Skip to content

Commit

Permalink
1.5 PRODUCTION
Browse files Browse the repository at this point in the history
CHANGELOG:
 - Quickfix of .corona help
  • Loading branch information
Jaroslav Kaňka committed Aug 22, 2020
1 parent 3ede938 commit 8e8c2c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"prefix": ".corona",
"token": "",
"version": "1.4 PRODUCTION",
"version": "1.5 PRODUCTION",
"inviteLink": "https://jkanka.cz/invite",
"APILink": "https://corona.lmao.ninja/",
"embedColor": "#FF6347",
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ client.on('message', async message => {
{ name: 'To show version of the bot use:', value: '.corona version', inline: true },
{ name: 'To show overall performance of the bot use:', value: '.corona performance', inline: true },
{ name: 'To invite this bot on your server use:', value: '.corona invite', inline: true },
{ name: 'To show on how many servers CoronaBot is:', value: '.corona servers', inline: true },
{ name: 'To show authors of the CoronaBot:', value: '.corona authors', inline: true }
)
.setFooter('In case of any problem please contact me ([email protected] or kankaj#1973)', 'https://jkanka.cz/ikonka.png')
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "coronabotjs",
"version": "1.4.0",
"version": "1.5.0",
"description": "[![Discord Bots](https://top.gg/api/widget/status/692525015668621321.svg)](https://top.gg/bot/692525015668621321)",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8e8c2c6

Please sign in to comment.