Skip to content

Commit

Permalink
let's ignore them a bit better
Browse files Browse the repository at this point in the history
  • Loading branch information
maksxpl committed Mar 19, 2024
1 parent a441f02 commit ae97f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abominable_intelligence/data_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def config() -> dict:
except FileNotFoundError:
print("config file not found")
return {
"bot": (),
"bot": {},
"token": os.environ.get("DISCORD_BOT_TOKEN"),
"owner_id": (),
"prefix": (),
Expand Down

0 comments on commit ae97f1b

Please sign in to comment.