Skip to content

Commit

Permalink
refactor: change settings directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Robso-creator committed Jan 26, 2024
1 parent ed5f223 commit 2946e90
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def on_message(self, message):


if __name__ == '__main__':
import settings
from src import settings

client = MyClient(intents=intents)
client.run(settings.DISCORD_TOKEN)
File renamed without changes.

0 comments on commit 2946e90

Please sign in to comment.