This commit is contained in:
parent
222d990a31
commit
ff2980f3c0
2 changed files with 4 additions and 4 deletions
|
@ -56,7 +56,7 @@ export default class Effects extends ButtonEvent {
|
|||
const effectDetail = EffectDetails.get(id);
|
||||
|
||||
if (!effectDetail) {
|
||||
await interaction.reply("Unable to find effect!");
|
||||
await interaction.reply("Effect not found in system!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -114,7 +114,7 @@ export default class Effects extends ButtonEvent {
|
|||
const effectDetail = EffectDetails.get(id);
|
||||
|
||||
if (!effectDetail) {
|
||||
await interaction.reply("Unable to find effect!");
|
||||
await interaction.reply("Effect not found in system!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue