QOL Updates
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"""
|
||||
Jikan is an unofficial api to access data from myanimelist
|
||||
Jikan is an unofficial API to access data from MyAnimeList
|
||||
https://jikanpy.readthedocs.io/en/latest/
|
||||
"""
|
||||
|
||||
@@ -7,13 +7,13 @@ import discord
|
||||
from discord.ext import commands
|
||||
from jikanpy import Jikan
|
||||
|
||||
|
||||
jikan = Jikan()
|
||||
|
||||
class Jikan(commands.Cog):
|
||||
def __init__(self, bot):
|
||||
self.bot = bot
|
||||
|
||||
|
||||
@commands.group(name="anime")
|
||||
async def anime(self, ctx):
|
||||
if ctx.invoked_subcommand is None:
|
||||
|
||||
Reference in New Issue
Block a user