diff options
| author | Cody <cody@codyq.dev> | 2023-06-26 23:54:29 -0500 |
|---|---|---|
| committer | Cody <cody@codyq.dev> | 2023-06-26 23:54:29 -0500 |
| commit | 6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711 (patch) | |
| tree | 5353261c5eaf66031781e5e01d1b7409b66f50e4 /examples/modules/bot.sloth | |
| parent | 9748e95027af7820e6d9f08eb20b0901fdedfa2a (diff) | |
| download | sloth-6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711.tar.gz | |
Deleted documentation directory
Diffstat (limited to 'examples/modules/bot.sloth')
| -rw-r--r-- | examples/modules/bot.sloth | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/modules/bot.sloth b/examples/modules/bot.sloth deleted file mode 100644 index 1355ddb..0000000 --- a/examples/modules/bot.sloth +++ /dev/null @@ -1,7 +0,0 @@ -use slowcord::DiscordBot; - -pub type Bot; - -impl DiscordBot for Bot { - # TODO: -} |
