Added /topic set command (Part 1, Incomplete)

This commit is contained in:
DJj123dj
2025-09-14 22:04:42 +02:00
parent 415330be21
commit 6ce017b407
5 changed files with 81 additions and 8 deletions
+2
View File
@@ -50,6 +50,7 @@ export interface ODSlashCommandManagerIds_Default {
"opendiscord:clear":ODSlashCommand,
"opendiscord:autoclose":ODSlashCommand,
"opendiscord:autodelete":ODSlashCommand,
"opendiscord:topic":ODSlashCommand,
"opendiscord:priority":ODSlashCommand,
}
@@ -121,6 +122,7 @@ export interface ODTextCommandManagerIds_Default {
"opendiscord:autoclose-enable":ODTextCommand,
"opendiscord:autodelete-disable":ODTextCommand,
"opendiscord:autodelete-enable":ODTextCommand,
"opendiscord:topic-set":ODTextCommand,
"opendiscord:priority-set":ODTextCommand,
"opendiscord:priority-get":ODTextCommand,
}