good looking

This commit is contained in:
fzorb 2024-10-07 22:28:22 +03:00
parent 37dfcf6c45
commit 18cbfeb4de

12
bot.rb
View File

@ -15,8 +15,16 @@ end
bot.command :help do |event, *message| 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! 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 <category (optional)> - displays a quote from the category\n;addquote <category> <quote> - adds a quote into a category\n;quotecategories - shows all categories\n;showquote <id> - shows the quote with the id provided``` **Quote system**
**Networking related commands**\n```;ip <ips> - 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 <category (optional)> - displays a quote from the category
;addquote <category> <quote> - adds a quote into a category
;quotecategories - shows all categories
;showquote <id> - shows the quote with the id provided```
**Networking related commands**
```
;ip <ips> - 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 event.message.delete