ChrisJL
ChrisJL
This is now being ported to bot-core so that both bots can use the same code.
The cogs won't have been loaded because there was an unhandled error in the async cog_load function. We should update cogs that rely on site being availalble during cog load...
> > When the interaction times out the buttons should be removed, to avoid the "this interaction failed" message. > > I just realised that i'm not actually sure how...
> I just looked into the @redirect_output() i think it's also sensibile to change those to .reply() as well You can only reply to messages in the same channel, so...
This behaviour seems to be on purpose, and caused by this LoC https://github.com/python-discord/bot/blob/main/bot/exts/moderation/infraction/infractions.py#L536 If it's decided that this should now be logged, then that line is the one to remove.
It's used in a few places, can see them all here https://github.com/search?q=repo%3Apython-discord%2Fbot+.ignore%28&type=code
> Antispam should just ignore the DM channel honestly, that has several issues now that I think about it. Is there a way to filter those messages out of the...
We're thinking about removing the help cooldown role in the near future, so there is the potential that users could have multiple help posts open. Open threads should be in...
We should also include that the post was closed due to the OP being banned in the close message so that we don't get people saying the bot is bugged...