aboutsummaryrefslogtreecommitdiff
path: root/examples/modules/bot.sloth
diff options
context:
space:
mode:
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:
-}