Update and rename Server Commands.py to server_commands.py

This commit is contained in:
Elmon11 2020-10-28 13:24:56 +01:00 committed by GitHub
parent b938a83c21
commit 699378c45e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,7 +126,7 @@ class ServerCommands(commands.Cog):
async def ip(self, ctx):
'Returns the server IP'
await ctx.send('play.totalfreedom.me')
#pass # discordSRV responds already.
#pass #discordSRV responds already.
@commands.command()
@is_staff()
@ -163,4 +163,4 @@ class ServerCommands(commands.Cog):
await ctx.send(f'Fixed **{fixed}** reports')
def setup(bot):
bot.add_cog(ServerCommands(bot))
bot.add_cog(ServerCommands(bot))