Skip to content

Commit cd4f8b2

Browse files
committed
Fixed setup tool config version
Signed-off-by: ColaIan <colaian.yt@gmail.com>
1 parent fe960fb commit cd4f8b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teapot/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def __init__():
5252
input_lavalink_password = input("Lavalink Password: ")
5353

5454
try:
55-
config = f"""CONFIG_VERSION={teapot.config.config_version()}
55+
config = f"""CONFIG_VERSION={teapot.config_version()}
5656
BOT_TOKEN={input_bot_token}
5757
BOT_PREFIX={input_bot_prefix}
5858
BOT_STATUS={input_bot_status}

0 commit comments

Comments
 (0)