Skip to content
This repository was archived by the owner on Oct 31, 2018. It is now read-only.
Compare
Choose a tag to compare
@ObsidianMinor ObsidianMinor released this 05 Dec 00:03
· 69 commits to dev since this release

We added more stuff! I'll just copy paste the current help command result

Contacts Commands:

Message Actions module
actions list - Lists actions installed for this bot

actions enable - Enables a disabled action
actionName - The action to enable

actions disable - Disables an enabled action
actionName - The action to disable

Utils Module
roleinfo - Gets information about the specified role
role - The role to find

whois - Gets info about the specified user
user - The user to display info about

Message Module
message deleterange -
range - The range of messages to delete

message deleterange -
startMessage - The message ID to start deleting at
endMessage - The last message ID to delete

Moderation Module
mute - Mutes a user for the specified amount of time
user - The user to mute
time - The TimeSpan to mute the user

unmute - Unmutes a user
user - The user to unmute

Memos module
memos add - Adds a memo to the memo dictionary
memoName - The string to use to get the memo later
memoResponse - The string given back when this memo is called

memos - Retrieves a memo
memo - The memo to retrieve

memos - Edits an already existing memo
name - The already existing memo
newValue - The new value the memo will use

memos remove - Removes a memo from the memo dictionary
memoName - The memo to remove

memos - Lists all the existing memos

Info Module
info help - Displays this help message

info motd - Displays the current MOTD

Documentation
docs | msdn - Searches official Microsoft documentation for a given query.
query - The query to search for

ref | source - Searches the .NET reference source.
query - The query to search for