aboutsummaryrefslogtreecommitdiff
path: root/src/commands/dev/say.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/dev/say.ts')
-rw-r--r--src/commands/dev/say.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/dev/say.ts b/src/commands/dev/say.ts
index 62ec96a..5042be4 100644
--- a/src/commands/dev/say.ts
+++ b/src/commands/dev/say.ts
@@ -37,7 +37,7 @@ export default class SayCommand extends BushCommand {
}
public async execSlash(message: AkairoMessage, { content }: { content: string }): Promise<unknown> {
- if (!this.client.config.owners.includes(message.author.id)) {
+ if (!client.config.owners.includes(message.author.id)) {
return await message.interaction.reply({
content: `${util.emojis.error} Only my developers can run this command.`,
ephemeral: true