We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b474e3 commit c56914aCopy full SHA for c56914a
api/submissions.py
@@ -238,15 +238,6 @@ async def handle_submissions(message, self):
238
await message.channel.send(f"User with ID {author_id} not found in this server.")
239
240
241
-dm_handlers = {}
242
-def init_dm_handlers():
243
- from api.mkwii.mkwii_file_handling import handle_mkwii_files
244
- dm_handlers["mkw"] = handle_mkwii_files
245
-
246
- from api.nsmbwii.nsmbwii_file_handling import handle_nsmbwii_files
247
- dm_handlers["nsmbw"] = handle_nsmbwii_files
248
249
250
async def handle_dms(message, self):
251
author = message.author
252
author_dn = message.author.display_name
0 commit comments