📽️ Added the !addshow command
This commit is contained in:
@ -122,10 +122,15 @@ class MiscCog(commands.Cog):
|
||||
await ctx.send(content)
|
||||
|
||||
#Searches for movie and adds it to Bedre Netflix
|
||||
@commands.command(aliases = ["rm","addmovie"])
|
||||
@commands.command(aliases = ["rm","addmovie","am"])
|
||||
async def requestmovie(self, ctx, *, content):
|
||||
await self.bedreNetflix.requestMovie(ctx,content)
|
||||
|
||||
#Searches for show and adds it to Bedre Netflix
|
||||
@commands.command(aliases = ["rs","addshow","as"])
|
||||
async def requestshow(self, ctx, *, content):
|
||||
await self.bedreNetflix.requestShow(ctx,content)
|
||||
|
||||
#Looks up on Wolfram Alpha
|
||||
@commands.command()
|
||||
async def wolf(self, ctx, *, content):
|
||||
|
Reference in New Issue
Block a user