quotientbot / quotient

Quotient is the ultimate open-source discord bot designed to empower E sports communities
https://quotientbot.xyz
Mozilla Public License 2.0
88 stars 101 forks source link

Typo in `maintenance off` command #154

Closed Madhav703 closed 1 year ago

Madhav703 commented 1 year ago

Typo in this line:

await ctx.success(
            f"Successfully changed settings for `{success}` channels. (`{sum(1 for i in check.channels)}` were hidden.)"
        )

It should be unhidden instead of hidden here :pain:

Original code