We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need MinionAH to ping the discord bot when needed with the receiver's discordID and the display name of the user that sent the message
proposed interface:
interface Notification { receiverID: string; senderDisplayName: string; }
The text was updated successfully, but these errors were encountered:
The interface should be
interface Notification { receiverDiscordID: string; senderUsername: string; senderID: string; }
receiverID
receiverDiscordID
senderID
senderDisplayName
senderUsername
Sorry, something went wrong.
DarthGigi
No branches or pull requests
We need MinionAH to ping the discord bot when needed with the receiver's discordID and the display name of the user that sent the message
proposed interface:
The text was updated successfully, but these errors were encountered: