mirror of
https://github.com/TotalFreedomMC/TotalFreedomBot.git
synced 2024-12-22 15:44:57 +00:00
Update server_commands.py
This commit is contained in:
parent
975d84b0e1
commit
596556ec4a
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Loading…
Reference in a new issue