Make 'some' changes and add Dockerfile
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
"""
|
||||
Send spicy memes to chat
|
||||
|
||||
https://discordpy.readthedocs.io/en/latest/ext/commands/cogs.html
|
||||
"""
|
||||
|
||||
# IMPORTS - external
|
||||
@@ -12,9 +10,6 @@ import random
|
||||
# IMPORTS - internal
|
||||
import loaddata
|
||||
|
||||
class MemeError(Exception):
|
||||
pass
|
||||
|
||||
# COG INIT
|
||||
class Meme(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
|
||||
Reference in New Issue
Block a user