WIP: [#1]: Athena Rewrite #1

Draft
nxbat wants to merge 14 commits from athena-rewrite into dev
Showing only changes of commit a4d97126ee - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ import { CreateDefaultEmbed, SetSeverity } from '../../utils';
.setContexts(Constants.InteractionContextType.Guild)
.setCommandType(Constants.ApplicationCommandType.ChatInput)
.setMemberPermission(Constants.PermissionFlagsBits.ManageChannels)
.addStringOption({ name: 'name', description: 'The new general chat name.', required: true })
.addStringOption({ name: 'name', description: 'The new general chat name.', required: true, max_length: 32 })
)
class RenameGeneralCommand extends Command<CommandClient> {
cooldown = 360;