brianpgerson / callie

It's a countdown bot for Slack
27 stars 8 forks source link

No countdown for an event called "undefined" #1

Closed MPV closed 7 years ago

MPV commented 7 years ago

I'm not sure how I succeeded, but this is an issue I've seen just now:

screenshot 2017-04-28 kl 13 01 13

MPV commented 7 years ago

For more context, I actually created the countdown earlier, but with a typo (an extraneous space in the name: 17 vs just 17).

But after deleting the event and re-adding it with the removed space in the middle, it didn't work anymore:

screenshot 2017-04-28 kl 13 05 37

brianpgerson commented 7 years ago

@MPV you are the very first issue opened up here - so apologies for the delay in response! Just wanted to let you know that I'm taking a look here and will get back to you shortly with whatever I find.

MPV commented 7 years ago

@brianpgerson No worries. Thanks for taking the time to build and share callie (and for your efforts in supporting it). 😄

brianpgerson commented 7 years ago

Ohhhh no, you know what....this one is actually just a mismatched command. Your event is safe and sound. You just ask added an extra keyword in there.

image ^ Correct

image ^ callie is now looking for a countdown to {event: Summergate17 Extreme}.

I'm working on extending Callie's flexibility, but for now, she's a bit unforgiving with the syntax.

I'll be closing this for now. Thanks for checking in and, as always, PRs for improvements or bug fixes are welcome.

Cheers - Brian

emitchel commented 5 years ago

This is still an issue - need to update the command help to include event in the syntax is all

brianpgerson commented 5 years ago

You're right! my rewrite accidentally made things consistent without updating the instructions 🙈

Thanks for letting me know. Now you can do it either way and the help response reflects that.