From 4e16495403b1ba755e6778b5c95aaf96a7f2c8ed Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Sun, 10 May 2020 06:04:30 +0100 Subject: [PATCH] changed prefix --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 3a99343..c927ec2 100644 --- a/index.js +++ b/index.js @@ -131,7 +131,7 @@ Structures.extend('Guild', Guild => { }); const client = new CommandoClient({ - commandPrefix: 'b.', + commandPrefix: '!', owner: '321673699436527617' });