Skip to content

Commit

Permalink
Forgor about privileged commands
Browse files Browse the repository at this point in the history
  • Loading branch information
EllieJaybee committed Apr 19, 2024
1 parent 0a43704 commit fc76641
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bot/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ def main():
miru_client = miru.Client(bot)
crescent_client = crescent.Client(bot, Model(miru_client, secret))
crescent_client.plugins.load_folder("bot.plugins.main")
if bot.get_me().id == 937305077281071124:
crescent_client.plugins.load_folder("bot.plugins.privileges")
if all([secret.REDDIT_ID, secret.REDDIT_SECRET]):
crescent_client.plugins.load_folder("bot.plugins.reddit")
logger.info("Activated Reddit Module")
Expand Down

0 comments on commit fc76641

Please sign in to comment.