This commit is contained in:
parent
61c9fa6731
commit
c5779a353d
@ -19,6 +19,8 @@ class ReplayExtension : Extension() {
|
||||
@OptIn(ExperimentalUnsignedTypes::class, ExperimentalUuidApi::class)
|
||||
override suspend fun setup() {
|
||||
ephemeralSlashCommand(::ReplayArgs) {
|
||||
name = Translations.Commands.Replay.name
|
||||
description = Translations.Commands.Replay.description
|
||||
check {
|
||||
inChannel(Snowflake(1130954956892029060))
|
||||
}
|
||||
|
@ -1,12 +1,5 @@
|
||||
commands.slap.name=slap
|
||||
commands.slap.description=Ask the bot to slap another user
|
||||
commands.slap.response=*slaps {target} with their {weapon}*
|
||||
|
||||
commands.button.name=button
|
||||
commands.button.description=A simple example command, which sends a button.
|
||||
|
||||
components.button.label=Button!
|
||||
components.button.response=You pushed the button!
|
||||
commands.replay.name=replay
|
||||
commands.replay.description=Upload a replay file to get an auth code
|
||||
|
||||
arguments.file.name=file
|
||||
arguments.file.description=The file to upload
|
||||
|
Loading…
x
Reference in New Issue
Block a user