Skip to content

Commit f0f112b

Browse files
author
Hula Hoop
committed
More typo fixes
1 parent 18fc992 commit f0f112b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CompatBot/EventHandlers/DiscordInviteFilter.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public static async Task<bool> CheckMessageForInvitesAsync(DiscordClient client,
9393
await message.ReactWithAsync(
9494
client,
9595
Config.Reactions.Moderated,
96-
$"{message.Author.Mention} please remove this expired or invalid invite, and refrain from posting it again until you have recieved an approval from a moderator.",
96+
$"{message.Author.Mention} please remove this expired or invalid invite, and refrain from posting it again until you have received an approval from a moderator.",
9797
true
9898
).ConfigureAwait(false);
9999
}

CompatBot/EventHandlers/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ To reduce spam and false positives, we only redirect the calls to the appropriat
138138

139139
If everything else fails, we show the help message that explains how to properly use the bot. And to reduce the spam further, we DM the instructions most of the time, to keep public channels clean.
140140

141-
There's also a fun part where you can mention the bot and ask the question (denoted by the question mark at the end of the message), in whih case we redirect the query tothe [8ball](../Commands/) command.
141+
There's also a fun part where you can mention the bot and ask the question (denoted by the question mark at the end of the message), in which case we redirect the query to the [8ball](../Commands/) command.
142142

143143
Username Spoof Monitor
144144
----------------------

CompatBot/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Next we open the databases and run [migrations](https://docs.microsoft.com/en-us
3737
* BotDb is used to store all the settings and custom data for the bot.
3838
* ThumbsDb is used to store PSN metadata and game thumbnail links.
3939

40-
When databases are ready, we immediately restore bot [runtime statistics](Databese/Providers/).
40+
When databases are ready, we immediately restore bot [runtime statistics](Database/Providers/).
4141

4242
Next we start all the background tasks that will run periodically while the bot is up and running. This includes [thumbnail scraping](ThumbScraper/), AppVeyor build history scraper, AMD Driver version updater, etc.
4343

0 commit comments

Comments
 (0)