added playername cache

Made period optional
added player cache

should fix user user_id on lb instead of usernames
This commit was merged in pull request #2.
This commit is contained in:
2026-08-12 13:54:09 +02:00
parent fe93b27eb5
commit 2a3a437dc4
3 changed files with 94 additions and 80 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ intents.message_content = True
# Create bot
client = commands.Bot(command_prefix="!", intents=intents)
client.remove_command("help")
client.player_cache = {}
# Bot ready
@client.event