Closed meleu closed 2 years ago
This will probably be useful for the auto AotW role thing: https://discord.js.org/#/docs/main/stable/class/Guild?scrollTo=fetchMembers
Hi @meleu
Is this roadmap still in use? Should all the above be still implemented or is there something new beside this? Currently I've added !timenow
command which would do something like !timezone
command in PR #38
I'd like to help more with the bot development and maintaining if that's ok and if there is anything else needed I'm up for it if I can help.
yo! that's great! @vzapo what's your name on our discord server?
TODO
API_GetAchievementOfTheWeek.php
periodically).setaotw @mention
to give "aotw winner" role to a user (only for mods).purgeaotw
to remove "aotw winner" role from everyone (only for mods).verify @mention
to verify new users (only for mods)-h
,--help
,/h
, etc. and make them reply with the same output as!help command
.DONE
!vgmaps
.!movie
command using this API: http://www.omdbapi.com/!topic
command to show the channel's topic (inspiration: https://github.com/dragonfire535/xiao/blob/master/commands/info/channel.js)whatgame
decided to implement it direct on the site, and it's now done: RetroAchievements/RAWeb#219requirements
parse a MemAddr requirements and create a table like in the Achievement Editoraotw
command: show link to the current Achievement of the Weekhex
- convert an integer from decimal to hexadecimaldecided to usedec
- convert an integer from hex to decimal.hex
for both convertions!timezone
command (inspiration: https://github.com/dragonfire535/xiao/blob/master/commands/events/time.js)!rule
command get the rules from the #welcome channel (inspiration: https://github.com/dragonfire535/xiao/blob/master/commands/info/first-message.js)arevision
command. Which is basically a timed poll with a link to the forum post with the revision plan.