You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Blacklisted users are now **saved** in the file
* Moved config file to JSON
* Moved the blacklist in a separate file (`blacklist.json`)
* The colors are no longer saved in the config file
Copy file name to clipboardExpand all lines: UPDATES.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
3
3
Here is the list of all the updates that I made on this template.
4
4
5
+
### Version 2.8
6
+
7
+
* Blacklisted users are now **saved** in the file
8
+
* Moved config file to JSON
9
+
* Moved the blacklist in a separate file (`blacklist.json`)
10
+
* The colors are no longer saved in the config file
11
+
5
12
### Version 2.7
6
13
7
14
* Added a check for `commands.MissingRequiredArgument` in the error handler
@@ -12,8 +19,8 @@ Here is the list of all the updates that I made on this template.
12
19
* Removed an unnecessary `self.bot.logout()` statement
13
20
* Removed the `dick` command, as I want to keep this template safe for work
14
21
* Renamed the names of the arguments in some commands
15
-
* The bot now **tries** to send an embed in the private message of the command author for the `invite` and `server` commands, if this was not successful it will be sent in the channel
16
-
22
+
* The bot now **tries** to send an embed in the private message of the command author for the `invite` and `server`
23
+
commands, if this was not successful it will be sent in the channel
description=f"You can use this command again in {f'{round(hours)} hours'ifround(hours) >0else''}{f'{round(minutes)} minutes'ifround(minutes) >0else''}{f'{round(seconds)} seconds'ifround(seconds) >0else''}.",
description=f"Invite me by clicking [here](https://discordapp.com/oauth2/authorize?&client_id={config['application_id']}&scope=bot&permissions=470150263).",
132
-
color=config['main_color']
131
+
color=0xD75BF4
133
132
)
134
133
try:
135
134
# To know what permissions to give to your bot, please see here: https://discordapi.com/permissions.html and remember to not give Administrator permissions.
0 commit comments