Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Oct 9, 2024
1 parent 55f2b64 commit 83dc2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Initialize the bot with a prefix and intents
bot = OpenGLaDOSBot(command_prefix=commands.when_mentioned_or('!'), intents=discord.Intents.all())
bot.owner_id = int(os.environ.get('chichi'))
bot.owner_id = int(os.environ.get('CHICHI'))

# Define the main function to setup and start the bot
async def main():
Expand Down

0 comments on commit 83dc2a6

Please sign in to comment.