mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-21 18:27:59 -05:00
Grammar fixes (#4500)
* Grammar fixes * More changes * Grammar * Error grammar * Spelling * Grammar * REsolves grammar * grammar * grammar * grammar * grammar * grammar * grammar * grammar * grammar * "commited" > "committed" * apostrophe * more grammar * grammar * `funtion` to `function` * grammar in alias cog * grammar in cleanup cog * grammar in customcom cog * grammar in mod cog * grammar in reports cog * fix grammar in streams cog * missing apostrophe * grammar fix in trivia cog Co-authored-by: Jyu Viole Grace <24418520+thisisjvgrace@users.noreply.github.com> Co-authored-by: Jyu Viole Grace <thisisjvgrace@users.noreply.github.com>
This commit is contained in:
@@ -90,7 +90,7 @@ class Reports(commands.Cog):
|
||||
r["user_id"] = 0xDE1
|
||||
# this might include EUD, and a report of a deleted user
|
||||
# that's been unhandled for long enough for the
|
||||
# user to be deleted and the bot recieve a request like this...
|
||||
# user to be deleted and the bot receive a request like this...
|
||||
r["report"] = "[REPORT DELETED DUE TO DISCORD REQUEST]"
|
||||
|
||||
@property
|
||||
@@ -422,8 +422,8 @@ class Reports(commands.Cog):
|
||||
"(8MB file size limitation on uploads) "
|
||||
"will be forwarded to them until the communication is closed.\n"
|
||||
"You can close a communication at any point by reacting with "
|
||||
"the \N{NEGATIVE SQUARED CROSS MARK} to the last message recieved.\n"
|
||||
"Any message succesfully forwarded will be marked with "
|
||||
"the \N{NEGATIVE SQUARED CROSS MARK} to the last message received.\n"
|
||||
"Any message successfully forwarded will be marked with "
|
||||
"\N{WHITE HEAVY CHECK MARK}.\n"
|
||||
"Tunnels are not persistent across bot restarts."
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user