diff --git a/bot.rb b/bot.rb index 3e728fc..b981025 100644 --- a/bot.rb +++ b/bot.rb @@ -15,8 +15,16 @@ 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! -**Quote system**\n```;quote - displays a quote from the category\n;addquote - adds a quote into a category\n;quotecategories - shows all categories\n;showquote - shows the quote with the id provided``` -**Networking related commands**\n```;ip - Display basic information about an IP address. You can input multiple IPs. We are required to state that the information provided by this command comes from the IP2Location database.``` +**Quote system** +``` +;quote - displays a quote from the category +;addquote - adds a quote into a category +;quotecategories - shows all categories +;showquote - shows the quote with the id provided``` +**Networking related commands** +``` +;ip - Display basic information about an IP address. You can input multiple IPs. We are required to state that the information provided by this command comes from the IP2Location database. +``` ") event.message.delete