Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 1a226bc

Browse files
committed
fix owner id not being registered properly
1 parent 4f10e5b commit 1a226bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def status(code):
7575
token = getpass.getpass(prompt='Token: ')
7676

7777
installing = False
78-
data = {}
78+
data = {'owner': owner}
7979

8080
bot = commands.Bot(command_prefix='u!',intents=discord.Intents.all())
8181

0 commit comments

Comments
 (0)