We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a619bc commit 022c3cbCopy full SHA for 022c3cb
main.py
@@ -15,7 +15,7 @@
15
from translations import get_text, LANGUAGE_NAMES, TRANSLATIONS
16
17
# Version number
18
-VERSION = "1.3.0"
+VERSION = "1.2.3"
19
20
# Service configuration for link processing
21
SERVICES = {
@@ -1092,4 +1092,3 @@ async def on_guild_join(guild):
1092
load_dotenv()
1093
bot_token = os.getenv('BOT_TOKEN')
1094
client.run(bot_token)
1095
-
0 commit comments