diff --git a/bot.lua b/bot.lua index 7cfb11e..70134f3 100644 --- a/bot.lua +++ b/bot.lua @@ -19,10 +19,8 @@ client:on('messageCreate', function(message) message.channel:send('You rolled a ' .. dice .. ' out of 20') if dice==20 then message.channel:send('Nat 20! Crititcal Hit') - print('nat20check') else if dice==1 then - message.channel:send('Nat 1! Critical Miss!') - print('nat1check') + message.channel:send('Nat 1! Critical Shit!') end end end