Drag
commited on
Commit
·
4b8910f
1
Parent(s):
946b2f2
Update __init__.py
Browse files- Mikobot/__init__.py +2 -2
Mikobot/__init__.py
CHANGED
@@ -169,9 +169,9 @@ else:
|
|
169 |
|
170 |
# <================================================= SETS =====================================================>
|
171 |
# Add OWNER_ID to the DRAGONS and DEV_USERS sets
|
172 |
-
DRAGONS.add(
|
173 |
-
DEV_USERS.add(7361622601)
|
174 |
DEV_USERS.add(7361622601)
|
|
|
175 |
# <=======================================================================================================>
|
176 |
|
177 |
# <============================================== INITIALIZE APPLICATION =========================================================>
|
|
|
169 |
|
170 |
# <================================================= SETS =====================================================>
|
171 |
# Add OWNER_ID to the DRAGONS and DEV_USERS sets
|
172 |
+
DRAGONS.add(7480891683)
|
|
|
173 |
DEV_USERS.add(7361622601)
|
174 |
+
DEV_USERS.add(7480891683)
|
175 |
# <=======================================================================================================>
|
176 |
|
177 |
# <============================================== INITIALIZE APPLICATION =========================================================>
|