Disable IPC

This commit is contained in:
Stijn De Clercq 2022-02-05 14:43:19 +01:00
parent eaed08168c
commit 829729c8db
4 changed files with 4 additions and 21 deletions

View file

@ -23,4 +23,5 @@ class IPC(commands.Cog):
def setup(client):
client.add_cog(IPC(client))
# client.add_cog(IPC(client))
pass