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 fe960fb commit cd4f8b2Copy full SHA for cd4f8b2
teapot/setup.py
@@ -52,7 +52,7 @@ def __init__():
52
input_lavalink_password = input("Lavalink Password: ")
53
54
try:
55
- config = f"""CONFIG_VERSION={teapot.config.config_version()}
+ config = f"""CONFIG_VERSION={teapot.config_version()}
56
BOT_TOKEN={input_bot_token}
57
BOT_PREFIX={input_bot_prefix}
58
BOT_STATUS={input_bot_status}
0 commit comments