Skip to content

Commit

Permalink
fix import order
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Dec 30, 2022
1 parent 42e9a77 commit 1595e8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord-bot/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
from bot_settings import settings

from bot import OpenAssistantBot
from bot_settings import settings

# invite bot url: https://discord.com/api/oauth2/authorize?client_id=1054078345542910022&permissions=1634235579456&scope=bot

Expand Down

0 comments on commit 1595e8e

Please sign in to comment.