Move all registration to in game #3
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Since CanopyMC allows users to not have their MC username as their discord username, Geoffrey's discord regitsration will have issues linking a discord user to an mc user.
The best solution I can think of for this is to move all registration to in game and have the user supply their Discord username (
Name#0123
).This may require adding a way to query the bot for a valid discord username.
OR, query MCM for the user information instead of relying on the Discord Nickname PR