Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit 93111b3

Browse files
committed
250330 Clean up variables
1 parent cd55dc4 commit 93111b3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

al9oo.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
'cogs.error',
3030
'cogs.event',
3131
'cogs.feedback',
32-
'cogs.history',
3332
'cogs.reference',
3433
'cogs.utils',
3534
)
@@ -75,7 +74,6 @@ def load_mongo_drivers(self):
7574
async def set_feedback_channel(self):
7675
try:
7776
self._feedback_channel = self.get_channel(int(feedback_log_channel)) or await self.fetch_channel(int(feedback_log_channel))
78-
self._suggestion_channel = self.get_channel(int(suggestion_channel)) or await self.fetch_channel(int(suggestion_channel))
7977
except:
8078
pass
8179

@@ -165,10 +163,6 @@ def owner(self) -> discord.User:
165163
def feedback_channel(self) -> WebhookMessagableChannel:
166164
return self._feedback_channel
167165

168-
@property
169-
def suggestion_channel(self) -> ForumChannel:
170-
return self._suggestion_channel
171-
172166
@property
173167
def err_handler(self) -> Optional[error.AppCommandErrorHandler]:
174168
return self.get_cog('AppCommandErrorHandler')

0 commit comments

Comments
 (0)