mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-27 17:45:34 -05:00
support for refillcore in discord
This commit is contained in:
parent
4fa5dc50c0
commit
71d7c51bd2
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ module.exports = {
|
||||||
execute: function(bot) {
|
execute: function(bot) {
|
||||||
bot.core.loopPlace();
|
bot.core.loopPlace();
|
||||||
},
|
},
|
||||||
|
discordExecute: function(bot) {
|
||||||
|
bot.core.loopPlace();
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue