Kaaz / DiscordBot

A Java Discord bot using JDA
Apache License 2.0
130 stars 53 forks source link

Use song reactions for !np actions #34

Open NeoMahler opened 7 years ago

NeoMahler commented 7 years ago

The one I would find more interesting is for !np repeat, but maybe !np clear, !np source and !np updatetitle would be good too. Edit: another one for !pause too

Kaaz commented 7 years ago

the problem is that every reaction takes time to add, and when its 3+ it gets really slow. Maybe they could all be added as toggle-able options

NeoMahler commented 7 years ago

Oh, yes, I didn't thought about the rate limiting. What do you mean with toggle-able?