We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd14c0 commit 316a17dCopy full SHA for 316a17d
src/controllers/baseHandler.ts
@@ -82,7 +82,7 @@ export async function baseHandler(
82
* HOT FIX to prevent non superusers from running the /remove commmand.
83
* More info :- https://discord.com/channels/673083527624916993/729399523268624405/1293604361758441605
84
* ---
85
- */
+ */
86
// case getCommandName(REMOVE): {
87
// const data = message.data?.options as Array<messageRequestDataOptions>;
88
// const transformedArgument = {
0 commit comments