mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-23 15:47:57 -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) {
|
||||
bot.core.loopPlace();
|
||||
},
|
||||
discordExecute: function(bot) {
|
||||
bot.core.loopPlace();
|
||||
},
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue