Skip to content

Commit

Permalink
Update memes.py and change vcextract.3ds.md to use wiki tutorial (#1237)
Browse files Browse the repository at this point in the history
* Update memes.py and change vcextract.3ds.md to use wiki tutorial

* apparently indents are important

oops

* i was ONE character off

sorry
  • Loading branch information
fyredragon69 authored Sep 29, 2023
1 parent 16cda40 commit dd24a1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 4 additions & 5 deletions cogs/assistance-cmds/tutorial/vcextract.3ds.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
---
title: 3DS VC Extraction Tutorial
url: https://glazedbelmont.github.io/vcextract/
author.name: GlaZed_Belmont
thumbnail-url: https://nintendohomebrew.com/assets/img/nhmemes/jade.png
help-desc: Links to Virtual Console Extraction tutorials
title: 3DS VC ROM Extraction Tutorials
url: https://wiki.hacks.guide/wiki/3DS:Virtual_Console/Extraction
author.name: Wiki Contributors
help-desc: Links to Virtual Console ROM Extraction tutorials
cooldown-per: 0
cooldown-rate: 0
---
Expand Down
6 changes: 4 additions & 2 deletions cogs/memes.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ async def init_memes(self):
self.isforme3 = discord.utils.get(self.bot.guild.emojis, name="isforme3") or "⁉"
self.flushed5 = discord.utils.get(self.bot.guild.emojis, name="flushed5") or "⁉"
self.flushedbold = discord.utils.get(self.bot.guild.emojis, name="flushedbold") or "⁉"
self.joyclap = discord.utils.get(self.bot.guild.emojis, name="joyclap") or "⁉"

async def _meme(self, ctx: KurisuContext, msg, directed: bool = False, image_link: Optional[str] = None,
allowed_mentions: Optional[discord.AllowedMentions] = None):
Expand Down Expand Up @@ -637,14 +638,15 @@ async def motd(self, ctx: KurisuContext):
"has junko had a name change today?", "got milk?", "got pilk?",
"it has been 0 days since eip broke me", "ETA WEN PLS",
"The beatings will continue until morale improves.",
"Zǎoshang hǎo zhōngguó xiànzài wǒ yǒu BING CHILLING"]
"Zǎoshang hǎo zhōngguó xiànzài wǒ yǒu BING CHILLING", "HELP QUIJA?", "glazy if you were cum"]
await ctx.send(random.choice(motd_list))

@commands.command(hidden=True)
async def doom(self, ctx: KurisuContext):
"""got demons?"""
doom_list = ["RIP AND TEAR", "I *could* run Doom, but I choose not to.", "The Ion Catapult is designed to use only approved UAC ammunition.",
"...we will send unto them... only you.", "May your thirst for retribution never quench, may the blood on your sword never dry, and may we never need you again."]
"...we will send unto them... only you.", "May your thirst for retribution never quench, may the blood on your sword never dry, and may we never need you again.",
"That is a weapon, NOT a teleporter.", "You can't just shoot a hole into the surface of **Mars**...", "They are rage, brutal, without mercy. But you. You will be worse. Rip and tear, until it is done."]
await ctx.send(random.choice(doom_list))

@commands.command(hidden=True)
Expand Down

0 comments on commit dd24a1d

Please sign in to comment.