commit | 1f67504a24a36a169911722c561d2d61ba11e62e | [log] [tgz] |
---|---|---|
author | TheCodedProf <samuel.shuert@gmail.com> | Thu Feb 16 17:01:29 2023 -0500 |
committer | TheCodedProf <samuel.shuert@gmail.com> | Thu Feb 16 17:01:29 2023 -0500 |
tree | ce72d7eb4f53cc46ec3ea0420f1247c98f94ac01 | |
parent | 362c51d71ee909229d8391059cb775b02aadfdec [diff] [blame] |
fixed settings commands, todo's
diff --git a/src/Unfinished/all.ts b/src/Unfinished/all.ts index a6379b7..eea33f5 100644 --- a/src/Unfinished/all.ts +++ b/src/Unfinished/all.ts
@@ -16,7 +16,7 @@ import client from "../utils/client.js"; const command = (builder: SlashCommandSubcommandBuilder) => - builder // TODO: DON'T RELEASE THIS + builder .setName("all") .setDescription("Gives or removes a role from everyone");