diff --git a/src/commands/slash/trasnfer.js b/src/commands/slash/transfer.js similarity index 99% rename from src/commands/slash/trasnfer.js rename to src/commands/slash/transfer.js index 71a8712..dfa7967 100644 --- a/src/commands/slash/trasnfer.js +++ b/src/commands/slash/transfer.js @@ -47,4 +47,4 @@ module.exports = class TransferSlashCommand extends SlashCommand { // TODO: check discordCategory max but not category max (ignore) // TODO: update cached count for both categories and category-members (from and to) } -}; \ No newline at end of file +};