5 lines
73 B
Python
5 lines
73 B
Python
|
|
from .pressf import PressF
|
||
|
|
|
||
|
|
def setup(bot):
|
||
|
|
bot.add_cog(PressF(bot))
|