mirror of
https://github.com/GaMeNu/HFCNotificator.git
synced 2024-11-16 15:24:51 +02:00
Remove unused class DistrictEmbedTemp
This commit is contained in:
parent
10e50ad2b4
commit
882924407f
@ -139,17 +139,6 @@ class AlertEmbed:
|
||||
return cls.generic_alert(alert_obj, district)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
class DistrictEmbedTemp(discord.Embed):
|
||||
def __init__(self, district_id: int, **kwargs):
|
||||
self.district_id = district_id
|
||||
super().__init__(**kwargs)
|
||||
|
||||
|
||||
# noinspection PyUnresolvedReferences
|
||||
class Notificator(commands.Cog):
|
||||
location_group = app_commands.Group(name='locations',
|
||||
|
Loading…
Reference in New Issue
Block a user