1
0
forked from tommy/tommy-bot

idk what i changed

This commit is contained in:
tommy aka doge
2022-05-21 01:32:54 -04:00
parent faecf94589
commit 3f56293ccb
2 changed files with 10 additions and 3 deletions

View File

@ -281,8 +281,8 @@ client:on('messageCreate', function(message)
else
message:reply('command does not exist 👎')
end
else
message:reply('bot is locked, please wait until it is unlocked')
else --_G.current = {name=user.name,game=API.GAMES[game],style=API.STYLES[style]:lower()}
message:reply('Bot is currently in use, please try again later ('.._G.current.name..' for '.._G.current.game..' in '.._G.current.style..')')
end
end
end)