From 2bb9873be8e3c90785c6f8db64a1c863299b7bcf Mon Sep 17 00:00:00 2001 From: Marius <43551856+M4rlus@users.noreply.github.com> Date: Mon, 10 Oct 2022 22:44:07 +0200 Subject: [PATCH] Rename trasnfer.js to transfer.js (#349) --- src/commands/slash/{trasnfer.js => transfer.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/commands/slash/{trasnfer.js => transfer.js} (99%) 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 +};