Skip to content

Commit

Permalink
Disable gather_attachments command
Browse files Browse the repository at this point in the history
  • Loading branch information
elkowar committed Jan 30, 2024
1 parent 29c7469 commit 602ab1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/robbb_commands/src/commands/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pub fn all_commands() -> Vec<poise::Command<UserData, Error>> {
mute::mute(),
purge::purge(),
small::manage_commands(),
attachment_hack::gather_attachments(),
//attachment_hack::gather_attachments(),
// context menu
info::menu_info(),
ban::menu_ban(),
Expand Down

0 comments on commit 602ab1a

Please sign in to comment.