# Functions

GetDeletedMessagesByAuthorID returns a list of deleted messages in a specific `guildID` for a specific `authorID`.
No description provided by the author
GetMessageByID returns the message with the given `messageID` from the given `guildID`.
TrackAllSentMessage tracks all sent messages in all guilds this bot is in for the duration of the bot's life time We will only keep track of 1000 messages per guild.
TrackDeletedMessage tracks the last 10 deleted messages metadata for a guild, excluding their content.