add prefix

This commit is contained in:
Tutur33
2024-02-23 02:57:52 +01:00
parent 31d7e23f14
commit c732820e4d
8 changed files with 1465 additions and 5 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ module.exports = function run(token) {
console.log(`${loadCommands(client, 'commands')} commands loaded`);
client.login(token);
}
};