A downloadable tool

Get this tool and 2 more for $15.00 USD
View bundle
Buy Now
On Sale!
50% Off
$10.00 $5.00 USD or more

DiscordAPI

The DiscordAPI Construct 3 addon seamlessly integrates Discord with Construct 3, empowering developers to enhance communication and interactivity in their games. With easy webhook management, OAuth2 integration, DM writing, and role management, this addon simplifies the process of integrating Discord functionality.

FEATURES

  • Discord Webhooks ( Send, Edit, Delete)
  • Receive Messages from Discord
  • Give users a role in your Discord server
  • Send Messages to Discord
  • Discord OAuth2 in Construct 3/2!
  • Receiving E-Mail, DiscordNickname, DiscordID, AvatarURL of User
  • Fully LogIn system
  • Worker mode support / C2runtime support

SUPPORT

You can contact the support on our Discord server!

DOCUMENTATION

You can find the documentation link here or in your Discord server! (Link on top)
For any Bugs/Feature requests feel free to hit me up on Discord Huskycraft#0001 or take a look at the #suggestions and #bug-reports channel in our Discord!

CONSTRUCT 2 SUPPORT

Depending on the request, a version for Construct 2 is planned. If you are interested in a Construct 2 version, please write us a comment!

IDEAS

You can send a message to a channel and reward the player with a role once a level is completed:


and much more...

=> If you have any other creative ideas or just want to take a look on what others do with this plugin, you can just join our Discord server and chat with some other fellow devs!

StatusIn development
CategoryTool
Rating
Rated 5.0 out of 5 stars
(1 total ratings)
AuthorHuskycraft
TagsConstruct 2, construct-3, discord, oauth2, webhooks

Purchase

Get this tool and 2 more for $15.00 USD
View bundle
Buy Now
On Sale!
50% Off
$10.00 $5.00 USD or more

In order to download this tool you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

DiscordAPI_examples.c3p 49 kB
DiscordAPI.c3addon 29 kB
DiscordAPI.c2addon 31 kB

Development log

View all posts

Comments

Log in with itch.io to leave a comment.

if I'm from Russia and I don't have any dollars, how can I get this plugin?

Hi, I think you can still purchase it with credit card etc.

I'm interested, can I see the demo? Especially when Receiving E-Mail, DiscordNickname, DiscordID, AvatarURL of User

Hi, hit me up on discord: .lehusky

Deleted 1 year ago

Hey there,
yes, it is possible to auto-join users to your server after successful login. To set this up please follow these steps:
- If you haven't already, please head over to https://discord.com/developers/applications and select your application. Head over to the "Bot" section and add you application as a bot. Then copy the token of your bot. (Now you need to invite the just created bot to your server)

- As next step, kindly go to you C3 game and paste you bot token in the Bot-token property on the sidebar. After you pasted the token in, please also paste the Server-id of the server you want them to be added to in the server-id property.

- Now add the guilds.join scope to the scope parameter of the Login action.

Your all set! :)

For a better/more detailed description kindly check out our documentation:

https://discord.com/channels/333339402723917825/1001595907822858270/100221888453...

(+1)

Awesome plugin, it covers nearly all features of the discord api!