Giter Club home page Giter Club logo

godecbot's People

Contributors

lenart12 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

godecbot's Issues

Autoplay not working

Autoplay doesn't work, meaning that after the last song in the queue has finished, it doesn't play any suggested songs, and doesn't give any errors.

I worked out that one of the problems was from when it defines the soup object in the voice class, as I hadn't pip installed lxml.
However, It is now seeming to get stuck at:

recommended_urls = []
                        for li in soup.find_all('li', class_='related-list-item'):
                            a = li.find('a')

I think this is due to soup.find_all('li', class_=related-list-item'): returning None

Search Command isn't working

nextcord.ext.commands.errors.CommandInvokeError: Command raised an exception: AttributeError: 'generator' object has no attribute 'index

Add requirements.txt

It would be nice if you add a requirements.txt file which contains the modules used.

You have an error in voice.py

The error in the line 41
def __iter__(self):
return self._queue.__iter__()

You can see that it contains an error that it's called
(iter returned non iterator)
Hope u check it , good luck

you can solve it using return iter(self._queue)

next song issue

if the song finished and tried to play another song it wont play it will just queue it

as an error says that it will raise this line
def play_next_song(self, error=None): if error: raise VoiceError(str(error))
gl @Lenart12

leave

when the leave command is used when the bot isnt in a voice channel, it gives the error twice

source address

the source address 0.0.0.0 is banned, i get this: discord.ext.commands.errors.CommandInvokeError: Command raised an exception: DownloadError: ERROR: Unable to download webpage: HTTP Error 429: Too Many Requests (caused by <HTTPError 429: 'Too Many Requests'>)

volume

volume command doesn't work anymore

Music import

when you import music into the main file, it doesn't load any of the commands, you can't run anything.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.