Update .gitignore and remove cached Python files; adjust message command statistics
This commit is contained in:
+6
-1
@@ -1,5 +1,5 @@
|
|||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
*__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
*$py.class
|
*$py.class
|
||||||
|
|
||||||
@@ -36,3 +36,8 @@ logs/
|
|||||||
# Temporary files
|
# Temporary files
|
||||||
*.tmp
|
*.tmp
|
||||||
.cache/
|
.cache/
|
||||||
|
*time.txt
|
||||||
|
|
||||||
|
# Cache files
|
||||||
|
*.cache
|
||||||
|
__pycache__/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+23
-14
@@ -1,28 +1,28 @@
|
|||||||
{
|
{
|
||||||
"messages": {
|
"messages": {
|
||||||
"601579326714019840": {
|
"601579326714019840": {
|
||||||
"total": 89,
|
"total": 106,
|
||||||
"commands": 81,
|
"commands": 94,
|
||||||
"non_commands": 8
|
"non_commands": 12
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"commands": {
|
"commands": {
|
||||||
"purge": 5,
|
"purge": 5,
|
||||||
"mail_feedback": 1,
|
"mail_feedback": 2,
|
||||||
"help": 10,
|
"help": 11,
|
||||||
"nuke": 2,
|
"nuke": 4,
|
||||||
"ping": 1,
|
"ping": 2,
|
||||||
"top": 2,
|
"top": 2,
|
||||||
"stats": 2,
|
"stats": 2,
|
||||||
"poker": 7,
|
"poker": 7,
|
||||||
"balance": 4,
|
"balance": 5,
|
||||||
"daily": 3,
|
"daily": 4,
|
||||||
"withdraw": 2,
|
"withdraw": 2,
|
||||||
"leaderboard": 2,
|
"leaderboard": 2,
|
||||||
"afk": 1,
|
"afk": 2,
|
||||||
"afklist": 1,
|
"afklist": 1,
|
||||||
"whois": 1,
|
"whois": 1,
|
||||||
"reset_money": 1,
|
"reset_money": 2,
|
||||||
"listcommands": 1,
|
"listcommands": 1,
|
||||||
"talk": 27,
|
"talk": 27,
|
||||||
"npcs": 2,
|
"npcs": 2,
|
||||||
@@ -30,14 +30,23 @@
|
|||||||
"guildids": 1,
|
"guildids": 1,
|
||||||
"give_money": 1,
|
"give_money": 1,
|
||||||
"coinflip": 2,
|
"coinflip": 2,
|
||||||
"deposit": 1
|
"deposit": 1,
|
||||||
|
"gameroom": 3,
|
||||||
|
"reload": 1
|
||||||
},
|
},
|
||||||
"channels": {
|
"channels": {
|
||||||
"bot": 86,
|
"bot": 86,
|
||||||
"membercount": 3
|
"membercount": 3,
|
||||||
|
"members-3": 2,
|
||||||
|
"faq": 1,
|
||||||
|
"polls": 8,
|
||||||
|
"bot-commands": 2,
|
||||||
|
"game-room-nobody2503": 1,
|
||||||
|
"general": 3
|
||||||
},
|
},
|
||||||
"guilds": {
|
"guilds": {
|
||||||
"Plex": 89
|
"Plex": 89,
|
||||||
|
"TEST SERVER BOT": 17
|
||||||
},
|
},
|
||||||
"total_messages": 0,
|
"total_messages": 0,
|
||||||
"command_messages": 0,
|
"command_messages": 0,
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user