mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -05:00
docs: fix typos (#5989)
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
@@ -944,7 +944,7 @@ class Streams(commands.Cog):
|
||||
await role.edit(mentionable=False)
|
||||
await self.save_streams()
|
||||
except Exception as e:
|
||||
log.error("An error has occured with Streams. Please report it.", exc_info=e)
|
||||
log.error("An error has occurred with Streams. Please report it.", exc_info=e)
|
||||
|
||||
if to_remove:
|
||||
for stream in to_remove:
|
||||
|
||||
Reference in New Issue
Block a user