diff --git a/index.js b/index.js index 4d5252d..bc1f1b1 100644 --- a/index.js +++ b/index.js @@ -120,8 +120,8 @@ Structures.extend('Guild', Guild => { }); const client = new CommandoClient({ - commandPrefix: '!', - owner: '321673699436527617' + commandPrefix: process.env.PREFIX, + owner: process.env.OWNER_ID }); client.registry