-
Notifications
You must be signed in to change notification settings - Fork 0
Natives
toketwo edited this page May 5, 2024
·
3 revisions
Home ▸ Natives
only DiscordAMX's pawn natives. More are added by the pawn librarys itself!
- DC_SendChannelMessage
- DC_CreateChannel
- DC_DeleteChannel
- DC_SendPrivateMessage
- DC_SendPrivateMessageEx
- DC_DeletePrivateMessage
- DC_SendChannelMessage
- DC_SendChannelMessageEx
- DC_DeleteMessage
- DC_SendEmbeddedImage
- DC_FindChannel
- DC_GetChannelName
- DC_GetChannelTopic
- DC_GetChannelMention
- DC_GetChannelType
- DC_GetMemberDisplayName
- DC_GetMemberName
- DC_GetMemberDiscriminator
- DC_GetMemberID
- DC_GetMemberAvatarURL
- DC_BanMember
- DC_UnbanMember
- DC_TimeoutMember
- DC_MemberHasRole
- DC_SetMemberRole
- DC_RevokeMemberRole
- DC_BanUser
- DC_UnbanUser
- DC_IsUserBanned
Please remember that Discord allows only a slow amount of POSTs, REQUESTs. Keep the amount of Natives called each second low as to 2-3 calls only if you don't know what native is 'dangerous' if handled wrong and reaching discord web-limits!