diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-13 16:15:50 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-09-13 16:15:50 +0200 |
commit | 3f037bf26080729e0e3308d0b58820f9ac466d4f (patch) | |
tree | 480650104e67c2b6158cee59ed3e0243e2709e4b /http.lua | |
parent | 07c7d01a1fcbdb369e474d296ad80cd4495f2a07 (diff) | |
download | furrybot-3f037bf26080729e0e3308d0b58820f9ac466d4f.tar.xz |
Add operator commands
Diffstat (limited to 'http.lua')
-rw-r--r-- | http.lua | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -55,4 +55,3 @@ furrybot.commands["8ball"] = furrybot.commands.question return function(_http, _env, _storage) http, env, storage = _http, _env, _storage end - |