Skip to content

Commit c56914a

Browse files
committed
Fix branch commit issues
1 parent 5b474e3 commit c56914a

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

api/submissions.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -238,15 +238,6 @@ async def handle_submissions(message, self):
238238
await message.channel.send(f"User with ID {author_id} not found in this server.")
239239

240240

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-
250241
async def handle_dms(message, self):
251242
author = message.author
252243
author_dn = message.author.display_name

0 commit comments

Comments
 (0)