Replies: 3 comments
-
This will probably be useful for the auto AotW role thing: |
Beta Was this translation helpful? Give feedback.
-
Hi @meleu 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. |
Beta Was this translation helpful? Give feedback.
-
yo! that's great! |
Beta Was this translation helpful? Give feedback.
-
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: parse MemAddr with RegEx and show a fancy table 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.Beta Was this translation helpful? Give feedback.
All reactions