Skip to content

Commit

Permalink
I love spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jus-Codin committed Jul 18, 2023
1 parent f5cc688 commit 7b8b0d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/cog/debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def toggle_maintenance_mode(self, ctx: commands.Context):
if self.bot.config.maintenance_mode != m: # Ensure the bot remembers that it is under maintenance after restarts
os.environ["MAINTENANCE_MODE"] = str(m).upper()

await ctx.reply(f"Bot is now {'not' if not self.bot.maintenance_mode else ''} under maintenance")
await ctx.reply(f"Bot is now{' not ' if not self.bot.maintenance_mode else ' '}under maintenance")


async def setup(bot: ShroomBot):
Expand Down

0 comments on commit 7b8b0d0

Please sign in to comment.