diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-24 22:03:01 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-24 22:03:01 -0400 |
commit | d2795f1642b5691a2dc66a85f8c405fe067f8572 (patch) | |
tree | 9574014a4b3202c82753c660380c7d3d8fd89e1e | |
parent | b6978b20725efbdb83d4341f15ac250ede28c012 (diff) | |
download | tanzanite-d2795f1642b5691a2dc66a85f8c405fe067f8572.tar.gz tanzanite-d2795f1642b5691a2dc66a85f8c405fe067f8572.tar.bz2 tanzanite-d2795f1642b5691a2dc66a85f8c405fe067f8572.zip |
fix(ModlogContextMenuCommand): convert to global command
-rw-r--r-- | src/context-menu-commands/user/modlog.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/context-menu-commands/user/modlog.ts b/src/context-menu-commands/user/modlog.ts index 09d9a61..ac156cd 100644 --- a/src/context-menu-commands/user/modlog.ts +++ b/src/context-menu-commands/user/modlog.ts @@ -8,8 +8,7 @@ export default class ModlogContextMenuCommand extends ContextMenuCommand { super('modlog', { name: "Users's Modlogs", type: ApplicationCommandType.User, - category: 'user', - guilds: ['516977525906341928'] + category: 'user' }); } |