Compare commits

...

2 Commits

25 changed files with 67 additions and 15 deletions
+43
View File
@@ -0,0 +1,43 @@
# Byte-compiled / optimized / DLL files
*__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
env/
ENV/
# Environment variables
.env
.env.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Discord bot specific
config.json
token.txt
logs/
*.log
# Database
*.db
*.sqlite
*.sqlite3
# Temporary files
*.tmp
.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.
+1 -1
View File
@@ -829,7 +829,7 @@ class Gamble(commands.Cog):
) )
await channel.send( await channel.send(
f"{ctx.author.mention} Your private **{game}** session has started!\n" f"{ctx.author.mention} Your private **{game}** session has started!\n"
f"Use `py invite <user>` and `py kick <user>` in this channel to manage access.\n" f"Use `invite <user>` and `kick <user>` in this channel to manage access.\n"
f"This channel will be deleted after **{inactivity} minutes of inactivity**." f"This channel will be deleted after **{inactivity} minutes of inactivity**."
) )
+23 -14
View File
@@ -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,
BIN
View File
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.