mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[V3 Tunnel utils] Better handling of tunnel instances (#1538)
* Better handling of tunnel instances * docs
This commit is contained in:
@@ -62,10 +62,6 @@ class Reports:
|
||||
x['tun'] for x in self.tunnel_store.values()
|
||||
]
|
||||
|
||||
def __unload(self):
|
||||
for tun in self.tunnels:
|
||||
tun.close()
|
||||
|
||||
@checks.admin_or_permissions(manage_guild=True)
|
||||
@commands.guild_only()
|
||||
@commands.group(name="reportset")
|
||||
|
||||
Reference in New Issue
Block a user