Skip to content

Commit 022c3cb

Browse files
Update print statement to say 'Goodbye World'
1 parent 2a619bc commit 022c3cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from translations import get_text, LANGUAGE_NAMES, TRANSLATIONS
1616

1717
# Version number
18-
VERSION = "1.3.0"
18+
VERSION = "1.2.3"
1919

2020
# Service configuration for link processing
2121
SERVICES = {
@@ -1092,4 +1092,3 @@ async def on_guild_join(guild):
10921092
load_dotenv()
10931093
bot_token = os.getenv('BOT_TOKEN')
10941094
client.run(bot_token)
1095-

0 commit comments

Comments
 (0)