good looking
This commit is contained in:
parent
37dfcf6c45
commit
18cbfeb4de
12
bot.rb
12
bot.rb
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user