summaryrefslogtreecommitdiff
path: root/http.lua
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-09-13 16:15:50 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-09-13 16:15:50 +0200
commit3f037bf26080729e0e3308d0b58820f9ac466d4f (patch)
tree480650104e67c2b6158cee59ed3e0243e2709e4b /http.lua
parent07c7d01a1fcbdb369e474d296ad80cd4495f2a07 (diff)
downloadfurrybot-3f037bf26080729e0e3308d0b58820f9ac466d4f.tar.xz
Add operator commands
Diffstat (limited to 'http.lua')
-rw-r--r--http.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/http.lua b/http.lua
index c6dd8b9..fc06d2c 100644
--- a/http.lua
+++ b/http.lua
@@ -55,4 +55,3 @@ furrybot.commands["8ball"] = furrybot.commands.question
return function(_http, _env, _storage)
http, env, storage = _http, _env, _storage
end
-