Disallow Prefix Changing

This commit is contained in:
dragonfire535
2017-03-08 11:42:37 -05:00
parent 843aa16795
commit 17633a09b5
+1 -1
View File
@@ -29,7 +29,7 @@ client.registry
['roleplay', 'Roleplay']
])
.registerDefaultGroups()
.registerDefaultCommands()
.registerDefaultCommands({prefix:false})
.registerCommandsIn(path.join(__dirname, 'commands'));
client.on('message', (message) => {