mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
remove eval server from help because amogus
This commit is contained in:
parent
96a3b5f72d
commit
ce24a7850a
1 changed files with 1 additions and 2 deletions
|
@ -10,8 +10,7 @@ module.exports = {
|
||||||
trusted: 0,
|
trusted: 0,
|
||||||
usage: [
|
usage: [
|
||||||
'run <code>',
|
'run <code>',
|
||||||
'reset',
|
'reset'
|
||||||
'server (eval server) <code>'
|
|
||||||
],
|
],
|
||||||
async execute (bot, username, sender, prefix, args, config, hash, ownerhash, selector) {
|
async execute (bot, username, sender, prefix, args, config, hash, ownerhash, selector) {
|
||||||
if (args[0] === 'run') {
|
if (args[0] === 'run') {
|
||||||
|
|
Loading…
Reference in a new issue