Move olli memes

This commit is contained in:
CramMK
2020-04-24 10:38:08 +02:00
parent da10e0db16
commit 6fbdd29e5b
4 changed files with 7 additions and 8 deletions

View File

@@ -66,7 +66,7 @@ class Utility(commands.Cog):
await ctx.send(response)
@commands.command(name="ollimeme")
async def aolli_meme(self, ctx):
async def olli_meme(self, ctx):
"""
Sends a high quality Olli Meme
"""

View File

@@ -46,3 +46,8 @@ __media_girl__ = {
"Akeno": girl_akeno,
"Rem": girl_rem
}
__olli_memes__ = [
"https://i.imgflip.com/3xpkiv.jpg"
"https://cdn.discordapp.com/attachments/541637988120133634/702992838702399518/grave.png"
]

View File

@@ -1,6 +0,0 @@
#All Olli Memes
__olli_memes__ = [
"https://i.imgflip.com/3xpkiv.jpg"
"https://cdn.discordapp.com/attachments/541637988120133634/702992838702399518/grave.png"
]

View File

@@ -28,6 +28,6 @@ try:
from config.cogs import __cogs__
from config.status import __activity__
from config.media import __media_anime__, __media_girl__
from config.olli import __olli_memes__
from config.media import __olli_memes__
except ImportError as error:
print(f"Error while importing: {error}")