Update server_commands.py

This commit is contained in:
Elmon11 2020-12-08 23:55:05 +01:00 committed by GitHub
parent 975d84b0e1
commit 596556ec4a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,7 +277,7 @@ class ServerCommands(commands.Cog):
@commands.command() @commands.command()
@is_staff() @is_staff()
async def archivereports(self, ctx): async def archivereports(self, ctx):
."""Archive all in-game reports older than 24 hours.""" """Archive all in-game reports older than 24 hours."""
count = 0 count = 0
reports_channel = self.bot.get_channel(reports_channel_id) reports_channel = self.bot.get_channel(reports_channel_id)
archived_reports_channel = self.bot.get_channel( archived_reports_channel = self.bot.get_channel(