TylerTheFox / Monero-TipBot

Discord Tipbot built in C++ for Monero
GNU General Public License v2.0
9 stars 18 forks source link

Welcome Bonus #7

Closed lorvent closed 6 years ago

lorvent commented 6 years ago

Hi, it is an interesting application :)

is it possible to add a welcome bonus to each user? i.e. upon joining discord, we can give them say 10 coins.... is that possible?

thanks.

TylerTheFox commented 6 years ago

Misclicked.

I believe you can do it using this function of the discod api virtual void onMember (Snowflake serverID, ServerMember member);

Just note youll be giving a lot of coins to spam bots.

lorvent commented 6 years ago

hmm yeah....

can we have something like only after they do some captcha or after 24hrs like that?

i mean.....such thing is possible using discord?

thanks

TylerTheFox commented 6 years ago

You can have users use the !take faucet command instead of automatically giving it to them. Just set the timer to like years before they can use it again.

lorvent commented 6 years ago

ok thanks,

have a great day ahead!

TylerTheFox commented 6 years ago

FYI The take command only works for users who've had a Discord account for more than 7 days, but you can adjust that in the settings.

lorvent commented 6 years ago

Ah! thats a good setting against spammers :)