summaryrefslogtreecommitdiffstats
path: root/appinfo/info.xml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-07-23 14:12:33 +0200
committerJoas Schilling <coding@schilljs.com>2023-08-07 11:35:24 +0200
commitae1fe40ac0378b1e98a0609699261ac36b583bbe (patch)
treee7f66330d99511134be1c04ff0a041218ff02df5 /appinfo/info.xml
parent495e09b4e588b26274ca9ec687389f6addec1fdf (diff)
feat(bots): Add commands and events to install bots
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d99540c6c..bea4033df 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -81,6 +81,12 @@ And in the works for the [coming versions](https://github.com/nextcloud/spreed/m
</repair-steps>
<commands>
+ <command>OCA\Talk\Command\Bot\Install</command>
+ <command>OCA\Talk\Command\Bot\ListBots</command>
+ <command>OCA\Talk\Command\Bot\Remove</command>
+ <command>OCA\Talk\Command\Bot\State</command>
+ <command>OCA\Talk\Command\Bot\Setup</command>
+ <command>OCA\Talk\Command\Bot\Uninstall</command>
<command>OCA\Talk\Command\Command\Add</command>
<command>OCA\Talk\Command\Command\AddSamples</command>
<command>OCA\Talk\Command\Command\Delete</command>