From 98fa18eb40ceb4831cfea544229bdf14cbb046f7 Mon Sep 17 00:00:00 2001 From: Astoria Floyd Date: Fri, 6 Aug 2021 13:56:01 -0500 Subject: [PATCH] Critical Shit --- bot.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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