mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-05-20 16:25:03 +00:00
Update SetCounterCmd.ts
This commit is contained in:
parent
e07fd3f707
commit
142e15e673
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export const SetCounterCmd = guildCommand<CountersPluginType>()({
|
|||
|
||||
let value = args.value;
|
||||
if (!value) {
|
||||
message.channel.createMessage("What would you like to set to the counter's value to?");
|
||||
message.channel.createMessage("What would you like to set the counter's value to?");
|
||||
const reply = await waitForReply(pluginData.client, message.channel, message.author.id);
|
||||
if (!reply || !reply.content) {
|
||||
sendErrorMessage(pluginData, message.channel, "Cancelling");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue