Simple discord bot with WiiLink WFC integration. See config.example.json, and put your real config in config.json
.
There are various methods of gating commands to certain users
- Gate access to specific channels and guilds: Place guild and channel ids
allowed-servers
orallowed-channels
. Make either an empty array and it will remove the associated restrictions. - Gate access to moderation actions: Moderation actions such as
ban
,kick
, andunban
are only visible to the role ID set inmoderation-role
.