Small update of the syntax for `update.py`

dev
Fotoente 2 years ago
parent 1df0326c65
commit 90f8d0dce6

@ -24,6 +24,7 @@ except (TypeError, ValueError, roboduck.configparser.NoOptionError):
if not check_multi_arg(url, token):
raise Exception("Misskey instance and token are required.")
class MyBot(commands.Bot):
def __init__(self):

@ -1,3 +1,3 @@
from roboduck import *
import roboduck
update()
roboduck.update()

Loading…
Cancel
Save