add ault
This commit is contained in:
parent
ad9b7de2fc
commit
e2240a75f1
5
bot.rb
5
bot.rb
@ -9,6 +9,7 @@ PIN_EMOJI = '📌'
|
|||||||
ADMIN_PASTA = 'Thats not how it works, thats an abuse of power and if you keep doing that you will quickly find yourself no longer a moderator at some point.'
|
ADMIN_PASTA = 'Thats not how it works, thats an abuse of power and if you keep doing that you will quickly find yourself no longer a moderator at some point.'
|
||||||
ADMIN_PASTER = 'tahts not how itwh orksm, thas and buse fo bpower and ify oyu keep y doing that oyu woubll qucikyl find you slefo no l ogner a nmoderarort at so meo poitn.'
|
ADMIN_PASTER = 'tahts not how itwh orksm, thas and buse fo bpower and ify oyu keep y doing that oyu woubll qucikyl find you slefo no l ogner a nmoderarort at so meo poitn.'
|
||||||
YUM = 'completely consequences'
|
YUM = 'completely consequences'
|
||||||
|
AULT = '# IN VR'
|
||||||
|
|
||||||
TRIM_MESSAGE_LENGTH = 500
|
TRIM_MESSAGE_LENGTH = 500
|
||||||
|
|
||||||
@ -96,4 +97,8 @@ bot.message(with_text: '!yum') do |event|
|
|||||||
event << YUM
|
event << YUM
|
||||||
end
|
end
|
||||||
|
|
||||||
|
bot.message(with_text: '!ault') do |event|
|
||||||
|
event << AULT
|
||||||
|
end
|
||||||
|
|
||||||
bot.run
|
bot.run
|
||||||
|
Loading…
Reference in New Issue
Block a user