Skip to content

Commit

Permalink
Disable feeds, notifications, reminders, roles groups
Browse files Browse the repository at this point in the history
  • Loading branch information
drklee3 committed Feb 4, 2024
1 parent 7145621 commit 9086bd8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sushii-2/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,15 @@ async fn main() -> Result<()> {
.on_dispatch_error(hooks::dispatch_error)
.group(&commands::META_GROUP)
.group(&commands::tags::TAGS_GROUP)
.group(&commands::feeds::FEEDS_GROUP)
// .group(&commands::feeds::FEEDS_GROUP)
.group(&commands::guild::GUILD_GROUP)
.group(&commands::notifications::NOTIFICATIONS_GROUP)
.group(&commands::reminders::REMINDERS_GROUP)
// .group(&commands::notifications::NOTIFICATIONS_GROUP)
// .group(&commands::reminders::REMINDERS_GROUP)
.group(&commands::lastfm::LASTFM_GROUP)
.group(&commands::users::USERS_GROUP)
.group(&commands::moderation::MODERATION_GROUP)
.group(&commands::settings::SETTINGS_GROUP)
.group(&commands::roles::ROLES_GROUP)
// .group(&commands::settings::SETTINGS_GROUP)
// .group(&commands::roles::ROLES_GROUP)
.group(&commands::patreon::PATREON_GROUP)
.group(&commands::OWNER_GROUP)
.normal_message(hooks::normal_message)
Expand Down

0 comments on commit 9086bd8

Please sign in to comment.