package
0.0.0-20200414042318-c0a088cbdcd1
Repository: https://github.com/yiping-allison/isabelle.git
Documentation: pkg.go.dev
# Functions
Accept will allow moderators (or bot controllers) to accept reputation application requests
The command usage should look like: ;accept 1234.
Close will attempt to parse event or trade types and close the event by ID through host request.
Event will parse through event commands and display embed with role ping.
Help defines the bot's help command
It prints the help message of a specific bot command using Discord's message embedding.
List will list all bot commands to the user.
Offer handles the offer capabilities to trade options.
Queue handles the queue-ing system; queue ids are retrieved from event ids defined in event.go.
Reject allows admins to reject reputation requests.
Rep will allow server members to update reputation points on another member.
Search will look up a possible insect or fish in the database and display to the user.
Trade will handle trade options within the server
Trade is meant to be paired along with offer.go in order for members to trade and offer items among each other.
Unregister allows a queue user to remove themselves from the queue.
# Structs
CommandInfo represents all metadata discord and bot needs to execute certain API callbacks and commands.