6 lines
92 B
Python
6 lines
92 B
Python
from .trackdecoder import TrackDecoder
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(TrackDecoder(bot))
|