Skip to content

Commit c48fa30

Browse files
authored
Merge pull request #1 from csp-community/tkp/fun
Move fun and example commands from csp-bot
2 parents f715da6 + d574fde commit c48fa30

File tree

12 files changed

+1422
-3
lines changed

12 files changed

+1422
-3
lines changed

csp_bot_commands/__init__.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
11
__version__ = "0.1.0"
2+
3+
from .common import *
4+
from .delaytest import *
5+
from .fun import *
6+
from .mets import *
7+
from .thanks import *
8+
from .trout import *

0 commit comments

Comments
 (0)