Compare commits
2 Commits
a34ba3e6f6
...
a6094c2d0c
| Author | SHA1 | Date | |
|---|---|---|---|
| a6094c2d0c | |||
| 1838a2a9db |
+43
@@ -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
@@ -829,7 +829,7 @@ class Gamble(commands.Cog):
|
||||
)
|
||||
await channel.send(
|
||||
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**."
|
||||
)
|
||||
|
||||
|
||||
+23
-14
@@ -1,28 +1,28 @@
|
||||
{
|
||||
"messages": {
|
||||
"601579326714019840": {
|
||||
"total": 89,
|
||||
"commands": 81,
|
||||
"non_commands": 8
|
||||
"total": 106,
|
||||
"commands": 94,
|
||||
"non_commands": 12
|
||||
}
|
||||
},
|
||||
"commands": {
|
||||
"purge": 5,
|
||||
"mail_feedback": 1,
|
||||
"help": 10,
|
||||
"nuke": 2,
|
||||
"ping": 1,
|
||||
"mail_feedback": 2,
|
||||
"help": 11,
|
||||
"nuke": 4,
|
||||
"ping": 2,
|
||||
"top": 2,
|
||||
"stats": 2,
|
||||
"poker": 7,
|
||||
"balance": 4,
|
||||
"daily": 3,
|
||||
"balance": 5,
|
||||
"daily": 4,
|
||||
"withdraw": 2,
|
||||
"leaderboard": 2,
|
||||
"afk": 1,
|
||||
"afk": 2,
|
||||
"afklist": 1,
|
||||
"whois": 1,
|
||||
"reset_money": 1,
|
||||
"reset_money": 2,
|
||||
"listcommands": 1,
|
||||
"talk": 27,
|
||||
"npcs": 2,
|
||||
@@ -30,14 +30,23 @@
|
||||
"guildids": 1,
|
||||
"give_money": 1,
|
||||
"coinflip": 2,
|
||||
"deposit": 1
|
||||
"deposit": 1,
|
||||
"gameroom": 3,
|
||||
"reload": 1
|
||||
},
|
||||
"channels": {
|
||||
"bot": 86,
|
||||
"membercount": 3
|
||||
"membercount": 3,
|
||||
"members-3": 2,
|
||||
"faq": 1,
|
||||
"polls": 8,
|
||||
"bot-commands": 2,
|
||||
"game-room-nobody2503": 1,
|
||||
"general": 3
|
||||
},
|
||||
"guilds": {
|
||||
"Plex": 89
|
||||
"Plex": 89,
|
||||
"TEST SERVER BOT": 17
|
||||
},
|
||||
"total_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.
Binary file not shown.
Reference in New Issue
Block a user