6 lines
83 B
Python
6 lines
83 B
Python
from .blurplefy import Blurplefy
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Blurplefy(bot))
|