support for refillcore in discord

This commit is contained in:
ChomeNS 2022-10-22 19:14:27 +07:00
parent 4fa5dc50c0
commit 71d7c51bd2

View file

@ -7,4 +7,7 @@ module.exports = {
execute: function(bot) {
bot.core.loopPlace();
},
discordExecute: function(bot) {
bot.core.loopPlace();
},
};