Skip to content

Commit

Permalink
disable twitch
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkyAI committed Nov 8, 2024
1 parent 88fb0e8 commit 08eb252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/moe/nikky/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ suspend fun main() {
add(::BotInfoExtension)
add(::DiceExtension)
add(::RoleManagementExtension)
add(::TwitchExtension)
// add(::TwitchExtension)
add(::LocalTimeExtension)
// add(::SchedulingExtension)
add(::SchedulingExtension)
if (TEST_GUILD_ID != null) {
add(::TestExtension)
}
Expand Down

0 comments on commit 08eb252

Please sign in to comment.