diff options
| author | 2022-08-21 23:04:15 +0100 | |
|---|---|---|
| committer | 2022-08-21 23:04:15 +0100 | |
| commit | dde3773ecb76775edc50e2d13937e07f0970c1d9 (patch) | |
| tree | f0f3426ff0cbc3f00a47f0761f1173512a51312e /arthur/exts/fun/__init__.py | |
| parent | Add missing space to prefix list (diff) | |
| parent | Create dependabot.yml (diff) | |
Merge pull request #15 from python-discord/bot-core-integration
Diffstat (limited to 'arthur/exts/fun/__init__.py')
| -rw-r--r-- | arthur/exts/fun/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arthur/exts/fun/__init__.py b/arthur/exts/fun/__init__.py new file mode 100644 index 0000000..9aada5d --- /dev/null +++ b/arthur/exts/fun/__init__.py @@ -0,0 +1 @@ +"""Extensions made just for fun.""" |