RiiConnect24 / RC24-Bot

Server bot for the RiiConnect24 Discord server that can store Wii friend codes to be added. | https://discord.gg/rc24
https://rc24.xyz/
MIT License
36 stars 7 forks source link

[New Command] `!guide` #129

Open osfanbuff63 opened 1 year ago

osfanbuff63 commented 1 year ago

Command

A command to fetch a page from wii.guide and send a message in chat linking to the guide page. With no arguments, it links the index page of wii.guide.

Usage

!guide [query]

Should we allow it to fetch pages from 3ds.hacks.guide/wiiu.hacks.guide/dsi.cfw.guide as well? If so command syntax would likely be like so:

!guide <platform> [page]

but we could always allow platform if we decide to have that flexibility later.

Example

This would be for wii.guide/riiconnect24-dolphin:

!guide riiconnect24-dolphin

We could also just have it search wii.guide for this page - but I suspect that would be harder from a coding perspective.