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