diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-28 19:11:36 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-28 19:11:36 -0500 |
commit | 9e1713721d9f46ef1d847b685dedd7f1016f87c0 (patch) | |
tree | 9e7d1f75bd31d1d8791a2096d6020acfa927c321 /src/commands/dev/eval.ts | |
parent | fb2eb16d2ce0e4669d0805270e2496975da00cd8 (diff) | |
download | tanzanite-9e1713721d9f46ef1d847b685dedd7f1016f87c0.tar.gz tanzanite-9e1713721d9f46ef1d847b685dedd7f1016f87c0.tar.bz2 tanzanite-9e1713721d9f46ef1d847b685dedd7f1016f87c0.zip |
fix join roles
Diffstat (limited to 'src/commands/dev/eval.ts')
-rw-r--r-- | src/commands/dev/eval.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/commands/dev/eval.ts b/src/commands/dev/eval.ts index c8541c6..28d2c76 100644 --- a/src/commands/dev/eval.ts +++ b/src/commands/dev/eval.ts @@ -32,6 +32,7 @@ import { Message, MessageAttachment, MessageCollector, + Permissions, ReactionCollector, SelectMenuComponent, Util @@ -267,4 +268,4 @@ export default class EvalCommand extends BushCommand { } } -/** @typedef {ActivePunishment|Global|Guild|Level|ModLog|StickyRole|ButtonInteraction|Collection|Collector|CommandInteraction|ContextMenuCommandInteraction|DMChannel|Emoji|Interaction|InteractionCollector|Message|ActionRow|MessageAttachment|ButtonComponent|MessageCollector|SelectMenuComponent|ReactionCollector|Util|Canvas|Shared} VSCodePleaseDontRemove */ +/** @typedef {ActivePunishment|Global|Guild|Level|ModLog|StickyRole|ButtonInteraction|Collection|Collector|CommandInteraction|ContextMenuCommandInteraction|DMChannel|Emoji|Interaction|InteractionCollector|Message|ActionRow|MessageAttachment|ButtonComponent|MessageCollector|SelectMenuComponent|ReactionCollector|Util|Canvas|Shared|Permissions} VSCodePleaseDontRemove */ |