diff --git a/trafficTrackerCog/TrafficTracker.py b/trafficTrackerCog/TrafficTracker.py index d30872f..633cd94 100644 --- a/trafficTrackerCog/TrafficTracker.py +++ b/trafficTrackerCog/TrafficTracker.py @@ -7,7 +7,7 @@ allowed_guilds = {274657393936302080, 693796372092289024, 508781789737648138} admin_roles = {'Developer', 'admin', 'Council'} statsThumbnailUrl = 'https://www.kanium.org/machineroom/logomachine-small.png' -class TrafficTrack(commands.Cog): +class TrafficTracker(commands.Cog): def __init__(self, bot): self.channel: discord.TextChannel = None