gurkult / gurkbot

Our community bot, used for running the server.
MIT License
18 stars 16 forks source link

Polls command #75

Open Arnav-2004 opened 3 years ago

Arnav-2004 commented 3 years ago

How about a polls command which can be used to create polls? I don't know how useful this will. image It could look something like this

uncomfyhalomacro commented 3 years ago

I would be very glad if someone can implement this. @gustavwilliam i think it is a good idea?

gustavwilliam commented 3 years ago

Yeah, this would be nice. Don’t we already have an open issue for it though?

Arnav-2004 commented 3 years ago

Yeah, this would be nice. Don’t we already have an open issue for it though?

No I don't think so

onerandomusername commented 2 years ago

Might try to implement this if still wanted

gustavwilliam commented 2 years ago

Sure. Would be nice to have.

Allow anyone to use the command. And don't copy the PyDis code for this, so a too large portion of our codebase won't be PyDis-based.

TheLegendBeacon commented 2 years ago

I have a working implementation elsewhere, I could probably copy my code over to here.

onerandomusername commented 2 years ago

I'll probably use interactions for this, as that would (a) look nice and (b) not require reaction add listeners

gustavwilliam commented 2 years ago

How would that work? Is the embed updated to display the current stats?

onerandomusername commented 2 years ago

Yeah, would edit on a button press.

I suppose the small problem with interactions is that its not easily possible to tell at a glance which you voted for.... hm.