1
0

banger
All checks were successful
Build & Publish / build (push) Successful in 3m27s

This commit is contained in:
Jannik Reimers 2025-04-03 22:52:11 +02:00
parent 61c9fa6731
commit c5779a353d
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0
2 changed files with 4 additions and 9 deletions

View File

@ -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))
}

View File

@ -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