aboutsummaryrefslogtreecommitdiff
path: root/examples/modules/bot.sloth
diff options
context:
space:
mode:
authorCody <cody@codyq.dev>2023-06-26 23:54:29 -0500
committerCody <cody@codyq.dev>2023-06-26 23:54:29 -0500
commit6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711 (patch)
tree5353261c5eaf66031781e5e01d1b7409b66f50e4 /examples/modules/bot.sloth
parent9748e95027af7820e6d9f08eb20b0901fdedfa2a (diff)
downloadsloth-6e168a091d13b5ebb0beb7bb93c2b8c6f6d92711.tar.gz
Deleted documentation directory
Diffstat (limited to 'examples/modules/bot.sloth')
-rw-r--r--examples/modules/bot.sloth7
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:
-}