Googie2149
db4e8a1ec6
Revamped CommandsPlugin
This uses a dictionary for the commands list, if a command has a max
args set it'll only get that amount, will call the UnkownCommand event,
and now has a built in help command that can be optionally enabled.
CommandChar is now a list, but a single character can still be used.
Externally, not much should have changed, but commands can be hidden
from the help command and a description can be set. There's probably
more that I've forgotten about.
9 years ago
Googie2149
affcc806db
Merge pull request #1 from RogueException/dev
Dev
9 years ago
Brandon Smith
8c47c58bc8
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
9 years ago
Brandon Smith
229f2ee7fb
Dont nullref if EditUser is called in a private channel.
9 years ago
Brandon Smith
e162abc9ef
Dont send the everyone role in EditUser
9 years ago
Brandon Smith
3e5a6b2b32
Bumped LargeThreshold up to 100 when enabled, to match client behavor
9 years ago
Brandon Smith
3c0cef4361
Dont nullref if EditUser is called in a private channel.
9 years ago
Brandon Smith
de1472160c
Dont send the everyone role in EditUser
9 years ago
Brandon Smith
dd7e570b60
Bumped LargeThreshold up to 100 when enabled, to match client behavor
9 years ago
Brandon Smith
f8319f10e3
Merge branch 'master' of https://github.com/RogueException/Discord.Net.git
9 years ago
Brandon Smith
d710b5d0fc
Added opcode 8
9 years ago
Brandon Smith
bde4176dc2
Added support for GUILD_MEMBERS_CHUNK
9 years ago
RogueException
ad81e76c5e
Added message length check.
9 years ago
RogueException
bf5d9ec527
Removed Server.Invites, added DiscordClient.GetInvites(server)
9 years ago
RogueException
4d07686f71
Switched User.VoiceChannel to use new reference system
9 years ago
RogueException
dc10f95d41
Show user names in log, not their ids.
9 years ago
RogueException
3f62cb9e77
Added kick/ban/unban to DiscordClient
9 years ago
RogueException
2ba268e892
Actually use GetMessages(beforeMessageId)
9 years ago
Brandon Smith
a4d6a0e2bc
0.8.1-beta1
9 years ago
Brandon Smith
cc04f7eb55
Added Modules project
9 years ago
RogueException
1ce82912f3
Made PruneUsers more consistent with the other API calls
9 years ago
RogueException
adf45ad6a4
More cleanup
9 years ago
RogueException
110511606b
Minor logging change
9 years ago
RogueException
40b1617b85
Minor cleanup
9 years ago
RogueException
bd74e4b712
Added PruneUsers, renamed a few APIClient functions.
9 years ago
RogueException
334b049d24
Properly update invite state
9 years ago
RogueException
f377249d54
User.AvatarUrl returns null if AvatarId is null
9 years ago
RogueException
adf36d62f2
Update invite's references if they dont point to something in cache
9 years ago
RogueException
5f06b8084b
Fixed Mention.GetUserIds, dont mention the same user multiple times.
9 years ago
RogueException
1014176d2e
Dont reset color/hoist on EditRole
9 years ago
RogueException
61c748d97d
Removed duplicate call in CreateRole
9 years ago
RogueException
7254691677
Fixed CreateRole
9 years ago
RogueException
2f666bcd47
Fixed Server.CurrentMember, renamed to CurrentUser
9 years ago
RogueException
03878a7bf1
Merge branch 'dev' of https://github.com/RogueException/Discord.Net.git
9 years ago
RogueException
94f387a8e6
A few more renames
9 years ago
RogueException
747266ecb5
A few more renames
9 years ago
RogueException
a3213811d1
Merged 0.8.0-beta1
9 years ago
RogueException
b18bd7521b
Minor comment edit
9 years ago
RogueException
3ada1117f5
Made several API functions more consistent with the others
9 years ago
RogueException
7e2093e454
Added ConfigureAwait(false) where missing
9 years ago
RogueException
f44afd6196
Made GetX methods more consistent
9 years ago
RogueException
ecff2ebf17
Renamed some events
9 years ago
RogueException
c21b926c93
More renaming
9 years ago
RogueException
0e63d92b03
Changed log messages
9 years ago
RogueException
20731b3c92
More member -> user renaming
9 years ago
RogueException
4abedbe2b9
Fixed User.Channels
9 years ago
RogueException
22a4865971
Fixed Server.AFKChannel
9 years ago
RogueException
b8e201d652
Fixed and improved performance of User.Messages
9 years ago
RogueException
2af73046fc
Fixed GlobalUser.PrivateChannel
9 years ago
RogueException
47269aa420
Exposed User.PrivateChannel
9 years ago