Skip to content
Open

Blah #20

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions smolDM/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ def get_command_match(
return None


def faz_coisas():
return "WoW!"


def cmd_not_found(special_handlers) -> callable:
"""Decorate standard fail back function.

Expand Down