예제 #1
0
def setup(client):
    client.add_cog(AntiGhostingCommand(client))
    print("Anti Ghosting command cog ready !")
예제 #2
0
def setup(client):
    client.add_cog(SupportCommand(client))
    print("Support command cog ready !")
def setup(client):
    client.add_cog(agtimer(client))
    print("AG Timer Vocal launch !")
예제 #4
0
def setup(client):
    client.add_cog(invitecommand(client))
    print("Invite command cog ready !")
예제 #5
0
def setup(client):
    client.add_cog(statscommand(client))
    print("Stats command cog ready !")
예제 #6
0
def setup(client):
    client.add_cog(unmessage(client))
    print("Unconnected Messages cog ready !")
예제 #7
0
def setup(client):
    client.add_cog(SupportAssistance(client))
    print("Support Assistance cog ready !")
예제 #8
0
def setup(client):
    client.add_cog(logcommand(client))
    print("Logs command cog ready !")
예제 #9
0
def setup(client):
    client.add_cog(createrolecommand(client))
    print("CreateRole command cog ready !")
예제 #10
0
def setup(client):
    client.add_cog(unvocal(client))
    print("Unconnected Vocals cog ready !")