junepark678 / GIRRewrite

Multiple spaces found after operator FLK-E222
Style
Minor
a year agoa year old
117        if channel is None:
118            return
119
120        current =  guild_service.get_rero_mapping(str(message_id))121        if current is None:
122            raise commands.BadArgument(
123                f"Message with ID {message_id} had no reactions set in database. Use `/setbuttons` first.")