27.01.2017, 10:52
Quote:
Things to add to discord bot:
- Handle Commands, with prefix ( @ is taken by discord ) - User Management, ( kick, ban, move user, etc ) - Text Channel Management, ( Create, Delete, Set Group, Set User Limit, Mute, etc ) - Voice Channel Management, ( Same as text ) - Also a Raw Event Handler ( ability to send and see raw information ) Some extra functions - isUserTalking - getUserGroup - isUserBot - getUserStatus ( in the left sidebar, it will tell you if they are playing a game and similar information ) - isUserOnline ( not sure about this, but Discord shows users even if offline, so not sure if you would need to check the user is online, if user uses @mention it could be useful for commands ) - isUserInVoiceChannel - getVoiceChannelName - isUserInTextChannel - getTextChannelName - getConnectedTime - getUserInfo ( Should display discord tag, and any relevant information ) - makeChannelInviteLink I'm hoping this will give you enough information to add more functionality. If you want I can dig further into the API, and make a list of more commands and features if you would like. |