3
0
Fork 0
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:
Almeida 2021-04-25 14:26:44 +01:00
parent 7dc6cd1389
commit e07fd3f707

View file

@ -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");