1
0

rewrite the response better when an attempt is made to ping everyone as a role ping

This commit is contained in:
Jannik Reimers 2024-12-09 17:56:03 +01:00
parent d4f750ba68
commit 789d58f99a
Signed by: jansel
GPG Key ID: 39C62D7D5233CFD0

View File

@ -40,7 +40,7 @@ class StreamerCommand : Extension() {
}
if (arguments.role?.id == guild!!.id) {
respond {
content = "This action would implement a everyone ping. to properly use it please make a ping without role and insert the everyone ping manually."
content = "This action would implement a everyone ping, which is due to how role pings are implemented right now not possible. If you want to make an everyone ping regardless, make a role-less ping and write the everyone ping manually."
}
return@action
}
@ -95,7 +95,7 @@ class StreamerCommand : Extension() {
val temp = servers.find { it.guildId == guildId }
if (roleId?.id== guildId) {
respond {
content = "This action would implement a everyone ping. to properly use it please make a ping without role and insert the everyone ping manually."
content = "This action would implement a everyone ping, which is due to how role pings are implemented right now not possible. If you want to make an everyone ping regardless, make a role-less ping and write the everyone ping manually."
}
return@action
}