Releases: discord-csharp/Contacts
V2
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
Initial release
Here's the things in 1.0
- We don't like discord invites, so we filter them unless we know you (are Regular or Staff member)
- ~mute {user} {minutes} : for people that aren't following the rules (Regular and staff only)
- ~mute {user} : if you want them quiet for 30 minutes (Regular and staff only)
- ~messages deleterange {messageNumber} : deletes the past {messageNumber} messages (Regular and staff only)
- ~messages deleterange {messageId1} {messageId2} : for removing a specific range of messages (Regular and staff only)
- ~roleid {roleName} : for debugging :3 (Everyone)