remove forbidden words
This commit is contained in:
parent
3a9bb107aa
commit
40b87f9d5d
6
bot.rb
6
bot.rb
@ -6,12 +6,6 @@ Dotenv.load
|
||||
|
||||
bot = Discordrb::Commands::CommandBot.new token: ENV['TOKEN'], client_id: ENV['CLIENT_ID'], prefix: ENV['PREFIX']
|
||||
|
||||
bot.message do |event|
|
||||
if ENV['FORBIDDEN_WORDS'].split(",").any? { |word| event.message.content.downcase.include?(word.downcase)}
|
||||
event.author.pm("Garfield, watch your tone!")
|
||||
end
|
||||
end
|
||||
|
||||
bot.command :help do |event, *message|
|
||||
event.author.pm("You've asked for help. In order not to flood the channel where you sent the command, I have sent the list of commands here, in your PMs. Enjoy!
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user