Create a Music Discord bot using Python

Поділитися
Вставка
  • Опубліковано 26 жов 2024

КОМЕНТАРІ • 330

  • @Computeshorts
    @Computeshorts  2 роки тому +33

    Let me know what other features you'd like to see or if you encounter any problems 😉

    • @chase_g0161
      @chase_g0161 2 роки тому +1

      do you think youll add it where you can use playlist links to add songs

    • @Computeshorts
      @Computeshorts  2 роки тому +5

      I am not really sure how to do this yet. But I'll give it a go. 😉

    • @GBTraffyHQ
      @GBTraffyHQ 2 роки тому +1

      i was having issues in the skip command where it was playing the last song in queue and was clearing the rest of the queue. I switched calling the play_music function to play_next function and it seems like it works

    • @Computeshorts
      @Computeshorts  2 роки тому

      @@GBTraffyHQ I'll have a look into it thanks.

    • @eclair1616
      @eclair1616 2 роки тому

      It works! But the audio is low quality (kind of earrape, not clean), i tried setting 'bestaudio/best' in YDL_OPTIONS but it remained the same, any suggestions?

  • @ye2341
    @ye2341 Рік тому +85

    if anyone is still working with this tutorial:
    at first: youtube_dl has been discontinued so your next best choice is yt_dlp which is a "newer" version of yt_dl.
    additionally: in the 'search_yt' function - in the return statement - remove the following: "['formats'][0]" - leaving only "return{'source': info['url'], ...}"
    this is caused by a change in the JSON data by yt_dlp.
    hope this helps.

    • @Tribal260
      @Tribal260 Рік тому

      Any thoughts on quality? It's really bad despite 'bestaudio' setting

    • @ye2341
      @ye2341 Рік тому

      @@Tribal260 sadly I am not really familiar with the topic. You can specify the format type (e.g. mp3) in the config. The default is .opus as far as i know. I am not sure if a change helps, audio encoding is a topic i am not familiar with at all.

    • @dragoont
      @dragoont Рік тому

      Your comment help me to run my bot but I cannot use command
      I got this message
      2023-10-22 03:48:33 ERROR discord.ext.commands.bot Ignoring exception in command None
      discord.ext.commands.errors.CommandNotFound: Command "play" is not found
      2023-10-22 03:51:36 ERROR discord.ext.commands.bot Ignoring exception in command None
      discord.ext.commands.errors.CommandNotFound: Command "p" is not found
      how to solve this?

    • @devbisht8200
      @devbisht8200 Рік тому

      hello , was looking for your comment , I recently started this project but from a different prospective , my bot is having issues playing as my FFmpeg and FFprobe location cant be traced my code , even though they are added in path and downloaded properly , and providing a path and then running the code still doesnt make my bot play music , anything would be helpful.

    • @ye2341
      @ye2341 Рік тому

      @@devbisht8200 are you importing ffmpeg correctly in your code?

  • @Computeshorts
    @Computeshorts  2 роки тому +4

    Are there any other bots that you'd like me to make?

  • @JustinS06
    @JustinS06 2 роки тому +14

    Amazing.
    Your channel is really underrated, though I would understand that it might be hard for beginners to understand most of the code as you don't really explain it. But making a discord bot is also not a very beginner friendly thing so there's that.

    • @Harsh-gh7rx
      @Harsh-gh7rx Рік тому +2

      My first python project was discord bot lmao

  • @pandinijoao1304
    @pandinijoao1304 Рік тому +7

    Thank you my friend, you saved me a lot, save from Brazil!!

    • @czr9183
      @czr9183 11 місяців тому

      save from Brazil !

    • @s7ksu
      @s7ksu 6 місяців тому

      @@czr9183 save from Brazil!

  • @azharindrawan273
    @azharindrawan273 Рік тому +12

    the cogs have a new update.. can u make tutorial video for setup the cogs ?

    • @kot0cha257
      @kot0cha257 Рік тому

      did you solve the problem?

  • @WiseNoodles0
    @WiseNoodles0 2 роки тому +2

    I LOVE U SO MUCH, IT ALL WORKED!!!

  • @erfanakhavan1373
    @erfanakhavan1373 2 роки тому +2

    I really enjoy your channel and you are a good teacher. I might have missed sotNice tutorialng and I don't get friends with the setuper. I worked

  • @JustinS06
    @JustinS06 2 роки тому +2

    Oh and FIY, pulling music from UA-cam is actually illegal, but I wouldn't worry about it if it's just a personal bot or if it's in a small server.

    • @Computeshorts
      @Computeshorts  2 роки тому +1

      Yeah I should've mentioned that. Thanks I'll add it to the description.

    • @Ozzy4201
      @Ozzy4201 2 роки тому +2

      wrong, its not illegal, its against youtubes TOS, which isnt the same thing

  • @spikeydavid
    @spikeydavid 8 місяців тому +1

    Hello, I got everything to work except no audio will play when the bot is connected in VC. It successfully finds the video's URL and they are skippable, can be queued, and all songs queued show up in the list. I used some comments here to work around the changes to youtube_dl and also implemented the new Cog update, as well as referencing your github. I think it may be an issue with ffmpeg but I cant seem to sort it out. Any help would be appreciated.

    • @spikeydavid
      @spikeydavid 8 місяців тому

      I resolved the issue, It was an issue with how I was using "self.vc.play(discord.FFmpegPCMAudio.....". I wasn't using the right format since ffMped must've gotten a formatting update since this video was made.

    • @bonbienvenu1364
      @bonbienvenu1364 8 місяців тому

      Hey, I'm having the same issue as you here but I'm having trouble finding the updated format for FFmpeg to test and see if that fixes it. Any chance you could let me know what you changed that fixed the issue for you? @@spikeydavid

  • @dovydasdovydas4638
    @dovydasdovydas4638 Рік тому +3

    None of the commands are getting picked up :( Can someone help?

    • @CSG_STUDIOUS
      @CSG_STUDIOUS Рік тому

      need to give one extra tab of space for everything starting from @commands.comand

  • @slavic_fox98
    @slavic_fox98 4 місяці тому

    This code doesn't work anymore for anyone who is still working on this project.

  • @just_dale-m7g
    @just_dale-m7g Місяць тому

    The bot for some reason stops the music half-way through the song. Any ideas why?

  • @justskiez9584
    @justskiez9584 2 роки тому +12

    you need to add two lines in the resume command, in the "pause" function you set is_playing to False and is_paused to True. the resume function should look like that:
    if self.is_paused:
    self.vc.resume()
    self.is_playing = True
    self.is_paused = False

    • @g1akahnh
      @g1akahnh 2 роки тому

      thanks for your comment 👏👏

  • @ESIMapping
    @ESIMapping 2 роки тому +4

    I copied everything word to word but for some reason my bot just doesnt play audio. Can anyone help me with this please.

    • @ESIMapping
      @ESIMapping 2 роки тому

      @RyZe OG AY YO MY MAN THANK U SM
      LMAOOOOO THANKS

  • @zh3ka_217
    @zh3ka_217 Рік тому +2

    Hi guys. I have a problem. I have made everythink identical to the video my bot even starts, but the problem is that he doesn`t response me when i am trying to use any of command, idk why

  • @Mxdy_
    @Mxdy_ 7 місяців тому +1

    the bot is entering the channel however there is no sound playing what to do ? in the terminal there r no errors and it's downloading the info I copied your source code too

  • @MarcioSantos-in7fq
    @MarcioSantos-in7fq 2 роки тому +3

    Bro, could you help me? Every time I write the command to play this error appears:
    Ignoring exception in command None:
    discord.ext.commands.errors.CommandNotFound: Command "play" is not found. The only command that works is help, I've tried to change some things but it didn't help

    • @flobberant
      @flobberant 2 роки тому

      @@psyphwastaken is "play", "p" is an alias

    • @Panda_-4100
      @Panda_-4100 Рік тому

      Hey did you manage to solve this issue ?

    • @emresimsek2872
      @emresimsek2872 Рік тому

      @@Panda_-4100 hey,did u solve the issue?

    • @woeuntous
      @woeuntous Рік тому

      @commands.command(name="play", help="Play the selected song from yt", aliases=["p"])
      it should be like this.
      when you declare name as "play" (name="play") it will become an alias. so you can not use in aliases again.

    • @CSG_STUDIOUS
      @CSG_STUDIOUS Рік тому +1

      it was happening due to tab space error , all @commands must come under the class music_cog

  • @nchxz
    @nchxz 3 місяці тому

    How do I upload the bot to a hosting with FFmpeg included?

  • @jacefactory1790
    @jacefactory1790 Рік тому +1

    can't open file '*insert directory here': [Errno 2] No such file or directory please help

  • @_Milek_
    @_Milek_ 2 роки тому +2

    Hi, I downloaded everything
    I changed the token and added intents but...
    /p and /play doesn't work
    ERROR:
    discord.ext.commands.errors.CommandNotFound: Command "p" is not found

    • @Panda_-4100
      @Panda_-4100 Рік тому

      Hey did you manage to solve this issue ?

    • @_Milek_
      @_Milek_ Рік тому

      @@Panda_-4100 nope

  • @ComradeWeredog
    @ComradeWeredog 8 місяців тому

    This tutorial wont work with cogs anymore, they got an update
    cogs need to be awaited and other stuff, just try doing it in a single file without cogs

  • @raymk
    @raymk Рік тому

    Thanks mate, very helpful

  • @EasyKey6612
    @EasyKey6612 2 роки тому +3

    I did everything correct, no error, the bot joins, the commands work , but i don't hear any sound when he says he is playing
    😔

    • @Computeshorts
      @Computeshorts  2 роки тому +1

      Seems to be a common issue. Did you make sure that you have the path to ffmpeg in your environment variables?

    • @EasyKey6612
      @EasyKey6612 2 роки тому

      @@Computeshorts idk i tried to do your command set Path= %% but It didnt work It only took part of my disk space and songs werent playing

    • @Computeshorts
      @Computeshorts  2 роки тому

      @@EasyKey6612 are you using node version 16 or above?

    • @EasyKey6612
      @EasyKey6612 2 роки тому

      @@Computeshorts wdym by node?, Sorry but im a beginneer on those things, node js?

    • @Computeshorts
      @Computeshorts  2 роки тому

      @@EasyKey6612 some packages might not fully work unless you have the latest version of node. This is especially true with yourube dl and discordjs since they are constantly changing.

  • @BornHype
    @BornHype 2 роки тому +1

    running into this issue any help?
    PS C:\Users\GTA\Python tests> python main.py
    Traceback (most recent call last):
    File "C:\Users\GTA\Python tests\main.py", line 6, in
    from music_cog import music_cog
    File "C:\Users\GTA\Python tests\music_cog.py", line 7, in
    class music_cog(commands.cog):
    TypeError: module() takes at most 2 arguments (3 given)

    • @onetapmanbbr
      @onetapmanbbr 2 роки тому +1

      Why you making the discord bot on the GTA folder 💀

    • @BornHype
      @BornHype 2 роки тому +1

      @@onetapmanbbr that’s my initials lol it’s not under gta the game

    • @vog25
      @vog25 2 роки тому

      @@onetapmanbbr XDDDDD

    • @DONOPOTTER
      @DONOPOTTER Рік тому

      i have the same issue, do you find a solution ?

  • @minsu-vn
    @minsu-vn 2 роки тому +1

    I can't use any command like /p (music link) but don't have anything happen in terminal and discord how can i fix this i have no error

  • @CanalRodriGames
    @CanalRodriGames Рік тому

    how to create a bot with order of arrival queue command on discord with the intention of playing with my followers and ordering them by queue?

  • @KNIGHT-p3i
    @KNIGHT-p3i 2 роки тому +8

    Cannot import name 'help_cog' from 'help_cog' error. Plz help

    • @strysix3890
      @strysix3890 Рік тому

      same did you find a solution?

    • @AussieBazzo
      @AussieBazzo Рік тому

      You must have a file with an incorrect name or in the incorrect location

    • @ildisennatore2753
      @ildisennatore2753 2 місяці тому

      The same you must in help cog replace help cog(commands.cog) with (commands.Cog)

  • @fantais5918
    @fantais5918 2 роки тому +1

    hello
    ImportError: cannot import name 'help' from 'help'
    please help me

  • @mrjo.1355
    @mrjo.1355 2 роки тому +1

    I have been trying to figure out this error for HOURS. I'm stumped, so reaching out. When I try and run 'python main.py' I get an error "'NoneType' object has no attribute 'strip'" directed towards the line in the main file 'bot.run(os.getenv("TOKEN"))'
    I have used the SET TOKEN=x and nothing seems to happen when I press enter, either.

    • @Computeshorts
      @Computeshorts  2 роки тому

      Try to run "echo %TOKEN%" to make sure that the environment variables has been set correctly. Also make sure you are not running this in powershell.

    • @Ozzy4201
      @Ozzy4201 2 роки тому

      just do bot.run("token here, just the raw token in quotes")

  • @someaddictedidiot2186
    @someaddictedidiot2186 Рік тому +4

    The bot does not even react to any command. What did i do wrong? (The bot is online and i don't get any errors)

    • @brianhsu6594
      @brianhsu6594 Рік тому +1

      same issue here
      please help

    • @iamtea9719
      @iamtea9719 Рік тому

      @@brianhsu6594 you decided this problem? idk what to do

  • @Ticktok_of_Oz
    @Ticktok_of_Oz Рік тому +1

    cool, so It would seem that this is way out of date now since everything has switched over to using intents.

  • @banchanbet4524
    @banchanbet4524 9 місяців тому

    what if someone attempt to run 'play' while someone else is using it?

  • @bread6947
    @bread6947 2 роки тому

    do you have a discord server cause i would love to learn more on how to code with other softwere engineers and find all of my mistakes

  • @NicolasHoffmann-yy5lu
    @NicolasHoffmann-yy5lu Рік тому

    A little bit Late, but I got the Error
    "Unrecognized option 'reconnect'.
    Error splitting the argument list: Option not found", I tried the set path you said in the end, but it deosn't seem to work, I get the error message "
    The naming "C:\ffmpeg\bin" was not used as the name of a cmdlet, function, script file, or executable program
    recognized." (The Error Message is translated) when using it. I used the same place of the ffmpeg he did.

  • @slavfuciouss
    @slavfuciouss 2 роки тому +1

    PS E:\dis bot> python main.py
    Traceback (most recent call last):
    File "E:\dis bot\main.py", line 6, in
    from music_cog import music_cog
    File "E:\dis bot\music_cog.py", line 5, in
    from youtube_dl import UA-camDL
    ModuleNotFoundError: No module named 'youtube_dl'
    i have installed UA-camDL, please can you explain why is this happening ?

    • @crystallive413
      @crystallive413 Рік тому

      @ye2341
      13 days ago
      if anyone is still working with this tutorial:
      at first: youtube_dl has been discontinued so your next best choice is yt_dlp which is a "newer" version of yt_dl.
      additionally: in the 'search_yt' function - in the return statement - remove the following: "['formats'][0]" - leaving only "return{'source': info['url'], ...}"
      this is caused by a change in the JSON data by yt_dlp.
      hope this helps.

  • @ziynon7679
    @ziynon7679 2 роки тому +1

    ImportError: cannot import name 'help' from 'help' (C:\Users\USER1\Desktop\Discord Bot\help.py)
    How can I fix this?

  • @YasinII
    @YasinII Рік тому +2

    Hey im having this error when trying to run the code. (I copied exactly your code and entered my token)
    Traceback (most recent call last):
    File "main.py", line 7, in
    from music_cog import music_cog
    File "/home/runner/BeneficialDiligentComputergame/music_cog.py", line 100
    self.is_playing = True
    ^
    TabError: inconsistent use of tabs and spaces in indentation

    • @Draglox
      @Draglox 3 місяці тому

      You just had bad indents

  • @agarz4133
    @agarz4133 Рік тому +1

    RuntimeWarning: coroutine 'music.play_next' was never awaited
    self.after(error)
    RuntimeWarning: Enable tracemalloc to get the object allocation traceback
    Im getting this error and have no idea how to fix it, ive asked around the python community and still cannot find an answer... any ideas?

  • @rodrigocaldeira4379
    @rodrigocaldeira4379 Рік тому

    Hii, i used your code and everything works fine, but when i type the function /play the bot doesnt play the right video, it just plays a random video, and idk why. Anyone has this error?

  • @salaheldinkhaledaminelshaf2803

    SyntaxWarning: str indices must be integers or slices, not str; perhaps you missed a comma?
    return {'source': info['formats'[0]['url']] ,'title':info['title']}

  • @clevensvoneinzbern7055
    @clevensvoneinzbern7055 11 місяців тому

    bro can you make a vid to teach use docker with your image

  • @duyquang3913
    @duyquang3913 2 роки тому

    clips. I use a drum loop and afterwards I want to record a appguitar. What happens.. the drumloop starts to record again along the

  • @GPTkhan
    @GPTkhan 2 роки тому

    is there a setting Called Program*, its default is set to *Agressive TEwNice tutorialch is making that sNice tutorialtty static soft, change that one, once to

  • @KennyKen-eq1ql
    @KennyKen-eq1ql 5 місяців тому

    its working but the bot don't join the voice what's worng

  • @panajot6534
    @panajot6534 Рік тому +1

    Hello there, is there any premade version which works with replit?

  • @lohaavenger245
    @lohaavenger245 2 роки тому +1

    i have a problem , i got to your github thingy and copied the full code, and pasted it , and everything is working fine, bot is joining and the commands are working perfectly expect the music is not being played... means i cant hear the sound

    • @Computeshorts
      @Computeshorts  2 роки тому

      Did you make sure that the path to ffmpeg is in your path variables?

    • @myxology5941
      @myxology5941 2 роки тому

      @@Computeshorts Also having the same problem and i'm sure ffmpeg is in my variables

    • @dustin0001
      @dustin0001 Рік тому

      ​@@Computeshorts You mentioned doing this in the video but did not explain where to find the path to ffmpeg or how that would work. Where can we find this ffmpeg path you are talking about? Running:
      set path=%path%;c:/ffmpeg/bin
      produces an error:
      "c:/ffmpeg/bin : The term 'c:/ffmpeg/bin' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
      and try again."

  • @sapphiremelon8445
    @sapphiremelon8445 Рік тому

    I receive "TypeError: expected token to be a str, received NoneType instead" after running the code. What should I do next?

    • @MZC_GAMING
      @MZC_GAMING Рік тому

      I wanna know the solution for this too

  • @Scoltren
    @Scoltren Рік тому +1

    I followed your code and it shows me this error, help?
    discord.ext.commands.errors.CommandNotFound: Command "play" is not found

    • @Scoltren
      @Scoltren Рік тому

      @Jorge Coutinho nope :(

    • @Scoltren
      @Scoltren Рік тому

      Discord keeps changing their syntaxes and these tutorials are not keeping up to them

  • @mikusitauwu2351
    @mikusitauwu2351 5 місяців тому

    I have a problem with the song is stopped while 1 minute (srry i dont speak english)

  • @TerraNerds
    @TerraNerds Рік тому

    I'm having a problem with the @commands.command(name = "play", aliases=["p", "playing"] help= "plays the selected song from youtube") bracket number one is highlighted for an issue to do with command decoding

    • @ponystr
      @ponystr Рік тому +1

      it looks like you missed a comma between the last bracket and 'help' attribute

  • @shivangi8417
    @shivangi8417 2 роки тому

    Can you help me. Everything works but when the its the turn to play the song it shows an error ffmpeg not found

  • @LofiNeo-yt
    @LofiNeo-yt Рік тому

    how did you make en entry when you type set path=%% i cant reproduce this for fixing ffmpeg problem.

  • @bezerrac
    @bezerrac 2 роки тому +1

    awesome tutorial video bro, but how can i get just the name of song without search for url

    • @JustinS06
      @JustinS06 2 роки тому

      It does work. You don't necessarily need to give it a url.

  • @DhirajAndGaurav
    @DhirajAndGaurav 11 місяців тому

    discord.ext.commands.errors.commandnotfound: Command "play" is not found
    My problem please give me any solution for this
    This problem is from yesterday

  • @SadBoy-zk5wu
    @SadBoy-zk5wu Рік тому +1

    ModuleNotFoundError: No module named 'youtube_dl', helppp

    • @galacticdivinity
      @galacticdivinity Рік тому +1

      That command of UA-cam's A.P.I. is no longer in service, due to copyright Terms-of-Service by UA-cam.

  • @zzcc7534
    @zzcc7534 2 роки тому +2

    Hi I am now trying to use your code, it is working (it shows those help commands and it replies song added to the queue when i say play something, but somehow the bot does not join the channel so no song is played. I really don't know why. I've been struggled with this for days...

    • @Computeshorts
      @Computeshorts  2 роки тому

      Do you gey any errors in the console?

    • @bustin1946
      @bustin1946 2 роки тому

      i dont get any feedback in the console, and my bot isn't joining the channel either
      edit: if you also have the on_message command in your bot it will interfere, but that doesn't seem to be the issue you're facing

  • @MidnightGlowwy
    @MidnightGlowwy Рік тому

    when i download python it just shows some completely different coding thing, is this normal?

  • @zkasxplr
    @zkasxplr Рік тому +10

    Traceback (most recent call last):
    File "C:\Users\Dylan\Desktop\YouBot\YouBot\main.py", line 7, in
    from music_cog import music_cog
    File "C:\Users\Dylan\Desktop\YouBot\YouBot\music_cog.py", line 95
    self.is_playing = False
    TabError: inconsistent use of tabs and spaces in indentation

    • @yellowpant
      @yellowpant Рік тому +1

      This error message is indicating that there is an issue with the indentation of your code. In Python, indentation is used to denote the level of code blocks, such as loops and conditional statements. The error message specifically says that there is inconsistent use of tabs and spaces, which means that you may have mixed tabs and spaces in your code. To fix this error, you should ensure that you are using either tabs or spaces consistently for indentation throughout your code. It's generally recommended to use four spaces for indentation in Python. In this case, the error is occurring in line 95 of the file "music_cog.py". You should check the indentation of this line and make sure that it is consistent with the rest of your code. You may need to convert any tabs to spaces or vice versa to ensure consistency. Once you have fixed the indentation issue, you should be able to run your code without this error.

    • @fuckbitchesgehmoney
      @fuckbitchesgehmoney Рік тому +1

      Yo theres this silly little thing called reading, do it.

  • @gridpaper2980
    @gridpaper2980 2 роки тому +1

    THANK YOU SO VERY MUCH

  • @slix5953
    @slix5953 2 роки тому +1

    I'm not sure why but everything works other than it not playing the actual sound

  • @boraned
    @boraned 2 роки тому

    how can i define the music being over. i wanna do something like; if the music is over, leave the voice channel.

  • @yab1103
    @yab1103 Рік тому +1

    Im having this problem
    RuntimeWarning: coroutine 'BotBase.add_cog' was never awaited
    bot.add_cog(music_cog(bot))
    RuntimeWarning: Enable tracemalloc to get the object allocation traceback
    both on the bot.add_cog(music_cog(bot)) line and the bot.add_cog(help_cog(bot)), does anyone know how to fix this?

  • @NoConn
    @NoConn Рік тому +1

    for ~24 in music_cog.py, the one that says: return {'source': info['formats'[0]['url']], 'title': info['title']}, im getting an error that says:
    SyntaxWarning: str indices must be integers or slices, not str; perhaps you missed a comma?
    return {'source': info['formats'[0]['url']], 'title': info['title']}
    Does anybody know what the problem is?

    • @CSG_STUDIOUS
      @CSG_STUDIOUS Рік тому

      return {'source': info['formats'[0]['url']], 'title': info['title']}
      change from this to this
      return {'source': info['formats'][0]['url'], 'title': info['title']}

  • @mansardotv9558
    @mansardotv9558 2 роки тому +1

    Hello Computeshorts I have one problem after starting a bot can you help me please? Traceback (most recent call last):
    File "c:/Users/Пользователь/Desktop/питон/Juzou.py", line 4, in
    from music_cog import music_cog
    File "c:\Users\Пользователь\Desktop\питон\music_cog.py", line 100
    self.is_playing = True
    ^
    TabError: inconsistent use of tabs and spaces in indentation

    • @Computeshorts
      @Computeshorts  2 роки тому +1

      This will be down to your indents. Make sure that you are using spaces all throughout the file and no tabs. If you're using vs code you can co figure your tabs to be spaces.

  • @vog25
    @vog25 2 роки тому +1

    @Computeshorts, could u help me pls. i have the problems like: discord.ext.commands.errors.CommandRegistrationError: The alias play is already an existing command or alias.

    • @neelamsingla5062
      @neelamsingla5062 4 місяці тому

      U already ran a program and that program registered the command now it's trying to over lap it so it's causing the error u can understand unregsiter the command first and then the program u can use

    • @vog25
      @vog25 4 місяці тому

      @@neelamsingla5062 It's been over a year, but thanks for the answer anyway)

  • @sury1088
    @sury1088 Рік тому +2

    Somehow my token is detected as a NoneType instead of a string. I get this error message:
    File "C:\Users\user\AppData\Local\Programs\Python\Python39\lib\site-packages\discord\client.py", line 609, in login
    raise TypeError(f'expected token to be a str, received {token.__class__.__name__} instead')
    TypeError: expected token to be a str, received NoneType instead
    Does someone know how to fix this?

    • @dzultra_real
      @dzultra_real Рік тому

      i got the same problem

    • @azraeltom
      @azraeltom Рік тому

      it is what it said, pass the argument as the token value but in str

  • @slix5953
    @slix5953 2 роки тому +1

    Basically I originally did this in Replit and it came with an ffmpeg error and i tried the PATH thing but that didn't work so I moved to Pycharm and I keep getting:
    raise CommandInvokeError(exc) from exc
    discord.ext.commands.errors.CommandInvokeError: Command raised an exception: RuntimeError: PyNaCl library needed in order to use voice
    So i'm not sure what to do at this point, can anyone help?
    *EDIT*
    i fixed the issue but the sound quality is kinda low HOWEVER i appreciate you making this video

    • @robbie8545
      @robbie8545 2 роки тому

      May I ask, how you were able to fix this issue? I am currently going through the same issue

    • @slix5953
      @slix5953 2 роки тому

      @@robbie8545 Basically, if you're using pycharm, what i did was type 'import PyNaCl' and when there was a red line under it i clicked on it and it came up with some fix options and i clicked 'import PyNaCl'

  • @_al3x_845
    @_al3x_845 2 роки тому +1

    I did everything the right way and I also tried it with your Code from Github but it´s constantly reportig an error with my token saying that a NoneType Obejct can´t be stripped, could you help me? I already tried to "SET TOKEN=token" and to SET TOKEN = str(token) but it does not work and keeps blowing up

    • @KazeMDProd
      @KazeMDProd 2 роки тому +1

      Honestly just correct it to this, where it says Token here replace that with your bot token.
      bot.run("TOKEN HERE")

    • @juwx
      @juwx Рік тому

      @@KazeMDProd you saved me, tysm

    • @KazeMDProd
      @KazeMDProd Рік тому

      @@juwx No Problem!

  • @Fraserss
    @Fraserss 2 роки тому +1

    Getting a import error
    ImportError: cannot import name 'music_cog' from 'music_cog'
    Curious if you would know a fix? Thanks

    • @Computeshorts
      @Computeshorts  2 роки тому +1

      This is usually caused when you aren't running python in the same directory as your files. Can be solved by either having all the files in the same directory and running python from there or by appending the folder with the music_cog to the path. You can read in more detail here stackoverflow.com/a/24722419/7175167

    • @vexic2642
      @vexic2642 2 роки тому

      yo fraser did u fix the issue?

    • @Fraserss
      @Fraserss 2 роки тому

      @@vexic2642 not that I remember. I can give the video another shot if I got a minute and let you know.

  • @bustin1946
    @bustin1946 2 роки тому +1

    how would i make a now_playing command and a loop command?

  • @docplayslive1108
    @docplayslive1108 Рік тому +1

    bot = commands.Bot(command_prefix='/') is whats screwing me up now

  • @SadaraxTutorials
    @SadaraxTutorials 2 роки тому

    Anyway to make this bot use slash commands to play pause and queue?

  • @matemoricz2627
    @matemoricz2627 9 місяців тому

    Hello!
    For me it randomly skips the current song around 1 minute and i can't finish it.
    Can someone help me with this problem?

    • @spikeydavid
      @spikeydavid 8 місяців тому

      same

    • @matemoricz2627
      @matemoricz2627 8 місяців тому

      @@spikeydavid I found the solution if you want to know

    • @hardish
      @hardish 7 місяців тому

      @@matemoricz2627 please post it, i have the same issue

  • @jklas4568
    @jklas4568 2 роки тому +1

    where is the song downloaded to when i use the play command?

  • @anshumanupadhyay7831
    @anshumanupadhyay7831 Рік тому

    hey can some tell me how to set the enviroment veriable for the TOKEN in linux

  • @3boOode1993
    @3boOode1993 9 місяців тому

    it give me the Error
    ImportError: cannot import name 'help_cog' from 'help_cog'
    how can i solve it?

  • @Thibault2605
    @Thibault2605 2 роки тому

    I still have :
    discord.ext.commands.errors.CommandInvokeError: Command raised an exception: DownloadError: ERROR: y58JkIC1sJE: UA-cam said: Unable to extract video data
    I already tried to upgrade/reinstall youtube-dl but didn't work...
    Someone have a solution?

  • @mtx5425
    @mtx5425 2 роки тому

    hello... i have a little problems with cogs... i need to install something for using cogs?

    • @mtx5425
      @mtx5425 2 роки тому

      pycharm do not recognize cogs

  • @12gaugeofficial
    @12gaugeofficial Рік тому

    Hello..can u make me a music streaming BOT? For Spotify, Boomplay and UA-cam Music. ? ..reply ASAP

  • @sambandhasilwal2433
    @sambandhasilwal2433 Рік тому

    discord.ext.commands.errors.CommandNotFound: Command "help" is not found
    please help m8

  • @mch170
    @mch170 Рік тому

    It worked great for 2 months, now it can't play anything and the console shows: "Unable to extract uploader id". Any ideas on how to fix that?

    • @Dealve
      @Dealve Рік тому

      UA-cam API update broke youtube_dl, which hasn't been updated in a while. You should be able to use the branch yt_dlp instead

    • @CSG_STUDIOUS
      @CSG_STUDIOUS Рік тому

      @@Dealve could you please help me with that good sir / mam ?
      if you could point me to a resource such as a video that would be of great help.

  • @TuanNguyen-cx2pf
    @TuanNguyen-cx2pf 11 місяців тому

    how to make it play music from spotify too!

  • @enchis1269
    @enchis1269 Рік тому

    2023-02-03 17:30:29 ERROR discord.ext.commands.bot Ignoring exception in command None
    discord.ext.commands.errors.CommandNotFound: Command "help" is not found when i run it. what should i do?

    • @iamtea9719
      @iamtea9719 Рік тому

      u decided this problem?

    • @enchis1269
      @enchis1269 Рік тому

      @@iamtea9719 unfortunately, i forgot how i fix this ._. the file is in my old laptop

  • @wozzybozo4082
    @wozzybozo4082 2 роки тому

    when i try to run mine it says "S D:\Discord bots\Meerkat music bot> & C:/Users/Jonathan/AppData/Local/Programs/Python/Python310/python.exe "d:/Discord bots/Meerkat music bot/musicbot/main.py"
    Traceback (most recent call last):
    File "d:\Discord bots\Meerkat music bot\musicbot\main.py", line 9, in
    bot = commands.Bot(command_prefix="/")
    TypeError: BotBase.__init__() missing 1 required keyword-only argument: 'intents'

  • @peterballa1153
    @peterballa1153 Рік тому

    very helpful 👍

    • @otap-o1946
      @otap-o1946 11 місяців тому

      Hello, how did your bot run? I got a problem in
      line 8, in
      bot = commands.Bot(command_prefix="/")
      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
      TypeError: BotBase.__init__() missing 1 required keyword-only argument: 'intents'

    • @peterballa1153
      @peterballa1153 11 місяців тому

      @@otap-o1946
      yes, you need specify intents for the bot now, for example:
      intents = discord.Intents.default()
      intents.message_content = True
      intents.presences = True
      intents.members = True
      bot = commands.Bot(command_prefix="/", intents=intents)

  • @wannn7733
    @wannn7733 2 роки тому +1

    line 19, in
    bot.run(os.getenv("TOKEN")),
    when I run the command "python main.py" an error appears on line 19,can u help me sir?

    • @Levrinho
      @Levrinho 2 роки тому

      Try:
      TOKEN = 'your token'
      bot.run(TOKEN)

  • @JunQii89
    @JunQii89 2 роки тому +4

    Traceback (most recent call last):
    File "C:\Temp\music_bot-main\main.py", line 9, in
    bot = commands.Bot(command_prefix='/')
    TypeError: BotBase.__init__() missing 1 required keyword-only argument: 'intents'
    how can i resolve this issue

    • @estebanjones3781
      @estebanjones3781 2 роки тому +1

      Try to add this:
      intents = discord.Intents.default()
      intents.message_content = True
      bot = commands.Bot(command_prefix='/', intents=intents, help_command=None)

    • @marcin7944
      @marcin7944 2 роки тому +2

      Now discord requires intents, so your line should look like this.
      bot = commands.Bot(command_prefix='/', intents=discord.Intents.default())

    • @walrus9904
      @walrus9904 2 роки тому

      @@estebanjones2741 where do i add the bot.start code?

    • @crakrooif2606
      @crakrooif2606 Рік тому

      solve with this code: bot = commands.Bot(command_prefix="!", intents=discord.Intents.all())

    • @estebanjones2741
      @estebanjones2741 Рік тому

      I'm just seeing your comments. Everything is okay ?

  • @luizfernandoschmittfilho8659
    @luizfernandoschmittfilho8659 Рік тому +2

    my code dont recognizes the commands from the cog

  • @docplayslive1108
    @docplayslive1108 Рік тому

    whats the new youtube dl

  • @vincentwijaya4749
    @vincentwijaya4749 2 роки тому

    Can you help me? When I want to run it with: python main.py
    File "c:\Users\ASUS\main.py", line 7, in
    from music_cog import music_cog
    ModuleNotFoundError: No module named 'music_cog'How can I find a solution thank you, im so beginner

    • @mansardotv9558
      @mansardotv9558 2 роки тому

      You just need to place files in one folder

  • @SpaceHero1000
    @SpaceHero1000 2 роки тому +1

    Hi @Computeshorts - I've followed this guide and successfully recreated the bot. However, I have one issue - the files are being saved and this is rapidly filling storage - how do I fix this?

    • @Computeshorts
      @Computeshorts  2 роки тому +1

      I suggest adding some code to delete the song you just played in the play_next function.

    • @SpaceHero1000
      @SpaceHero1000 2 роки тому

      @@Computeshorts thank you

    • @JustinS06
      @JustinS06 2 роки тому

      @kmanjt
      Hey, where do you find the files. And have you made some code to fix this?

    • @jhivern5975
      @jhivern5975 2 роки тому +1

      @@Computeshorts Have you made the code for this? I'm a beginner and I can't figure it out haha.

  • @nxznb
    @nxznb 11 місяців тому

    "D:\xxxx\Documents\MutanMusic_1\music_bot\main.py", line 3, in
    from music import music_cog PLEASE HELP

  • @caiolopes3103
    @caiolopes3103 3 місяці тому

    it works but not if u put a playlist

  • @bedeuhdb27y9
    @bedeuhdb27y9 Рік тому +1

    client.add_cog(music_cog(bot=client))
    RuntimeWarning: Enable tracemalloc to get the object allocation traceback
    please help

    • @dzultra_real
      @dzultra_real Рік тому

      same problem

    • @FireDrag_
      @FireDrag_ Рік тому

      After some messing around with the code this seems to work, you have to run the add cog statement with asynico and as a function.
      import discord
      import asyncio
      from discord.ext import commands
      from config.settings import DISCORD_TOKEN
      from utils.music_cog import setup as music #for cleanness my cogs are under a file called utils which is why there is a utils. at the start if they #are in the same folder this is unnecessary and u can just use the name
      from utils.help_cog import setup as help
      intents = discord.Intents.default()
      intents.message_content = True
      intents.members = True
      bot = commands.Bot(command_prefix='£', intents=intents) # used £ as I don't like / cos all the other / commands appear (make sure not to copy # this if ur trying to u / to test the bot
      bot.remove_command('help')
      asyncio.run(music(bot))
      asyncio.run(help(bot))
      bot.run(DISCORD_TOKEN) # This is just a different way of importing the token, the token string works here just fine
      In addition you need to add this to each cog file OUTSIDE the class above or below works
      async def setup(bot):
      await bot.add_cog(music_cog#(bot)) - this for the music_cog.py
      async def setup(bot):
      await bot.add_cog(help_cog(bot)) - this is for the help_cog.py
      However, I still run into an issue when running the play command where it doesn't play the song

  • @hisako04
    @hisako04 2 роки тому

    why the bot don't join in the vc

  • @torzin4006
    @torzin4006 Рік тому

    its giving this error:
    discord.ext.commands.errors.CommandNotFound:

    • @Panda_-4100
      @Panda_-4100 Рік тому

      Hey did you manage to solve this issue ?

  • @jackthewatcher976
    @jackthewatcher976 2 роки тому +1

    Well, ngl it kinda looks like a template for a discord music bot😂😂

  • @heqds4343
    @heqds4343 2 роки тому +1

    Hi, I am encountering an error that shouldn't be happening since you had the exact same code in the line
    SyntaxWarning: str indices must be integers or slices, not str; perhaps you missed a comma?
    return {'source': info['formats'[0]['url']], 'title': info['title']}

    • @KazeMDProd
      @KazeMDProd 2 роки тому +2

      it should be
      return {'source': info['formats'][0]['url'], 'title': info['title']}

  • @Salchichon-g1d
    @Salchichon-g1d Рік тому

    where can i copy the code?