R
R
RUSGAMES2021-09-10 16:08:28
Python
RUSGAMES, 2021-09-10 16:08:28

How to fix this error (I'm making a discord music bot in python)?

class Music(commands.Cog):
    def __init__(self, bot):
        self.bot = bot

Mistake
613b5729884fa989672114.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Stefan, 2021-09-10
@MEDIOFF

Write in your code, as in the example attached here

class Music(commands.Cog):
    def __init__(self, bot):
        self.bot = bot

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question