mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[Misc] Typo fixes (#3427)
* [Misc] Typo fixes * Changelog * Trivia list * Update 3427.misc.rst * Changelog
This commit is contained in:
@@ -90,7 +90,7 @@ class Alias(commands.Cog):
|
||||
|
||||
def is_command(self, alias_name: str) -> bool:
|
||||
"""
|
||||
The logic here is that if this returns true, the name shouldnt be used for an alias
|
||||
The logic here is that if this returns true, the name should not be used for an alias
|
||||
The function name can be changed when alias is reworked
|
||||
"""
|
||||
command = self.bot.get_command(alias_name)
|
||||
|
||||
@@ -101,7 +101,7 @@ class Events(MixinMeta):
|
||||
while None in name_list: # clean out null entries from a bug
|
||||
name_list.remove(None)
|
||||
if after.name in name_list:
|
||||
# Ensure order is maintained without duplicates occuring
|
||||
# Ensure order is maintained without duplicates occurring
|
||||
name_list.remove(after.name)
|
||||
name_list.append(after.name)
|
||||
while len(name_list) > 20:
|
||||
|
||||
@@ -95,7 +95,7 @@ class KickBanMixin(MixinMeta):
|
||||
except discord.Forbidden:
|
||||
return _("I'm not allowed to do that.")
|
||||
except Exception as e:
|
||||
return e # TODO: impproper return type? Is this intended to be re-raised?
|
||||
return e # TODO: improper return type? Is this intended to be re-raised?
|
||||
|
||||
if create_modlog_case:
|
||||
try:
|
||||
|
||||
@@ -61,7 +61,7 @@ At which Arena can you unlock X-Bow?:
|
||||
- 6
|
||||
- Builder's Workshop
|
||||
At which Arena do you get a chance for Legendary cards to appear in the shop?:
|
||||
- Hog Mountian
|
||||
- Hog Mountain
|
||||
- A10
|
||||
- 10
|
||||
- Arena 10
|
||||
|
||||
@@ -375,7 +375,7 @@ Porky Pig had a girlfriend named ________?:
|
||||
Randy Travis said his love was 'deeper than the ______'?:
|
||||
- Holler
|
||||
Richard Strauss' majestic overture "Also Sprach Zarathustra" was the theme music for which Stanley Kubrick film?:
|
||||
- "2001: A Space Odyessy"
|
||||
- "2001: A Space Odyssey"
|
||||
Rolling Stones first hit was written by what group?:
|
||||
- The Beatles
|
||||
Russian modernist Igor _________?:
|
||||
|
||||
Reference in New Issue
Block a user