Rename Music.py to music.py

This commit is contained in:
Elmon11 2020-10-28 13:25:07 +01:00 committed by GitHub
parent 699378c45e
commit c16a475035
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,4 +43,4 @@ class Music(commands.Cog):
def setup(bot): def setup(bot):
bot.add_cog(Music(bot)) bot.add_cog(Music(bot))