Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

Godiscord

An asset by Shuflduf
The page banner background of a mountain and forest
Godiscord thumbnail image
Godiscord thumbnail image
Godiscord thumbnail image
Godiscord hero image

Quick Information

0 ratings
Godiscord icon image
Shuflduf
Godiscord

Use the Discord Bot API directly within Godot! Useful for integrating your Godot game with a server, for example.Big thanks to @lyghtkruz on GitHub for keeping the project alive!

Supported Engine Version
4.3
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
6 months ago
Git URL
Issue URL

Godiscord

README logo

Make a Discord bot directly in the Godot Game Engine!

Examples

Ping-Pong

extends Node

@onready var discord_bot: DiscordBot = $DiscordBot

func _ready() -> void:
    discord_bot.token = OS.get_environment("DISCORD_BOT_TOKEN")


func _on_discord_bot_message_recieved(message: DiscordMessage) -> void:
    if message.content == "!ping":
        message.reply("Pong!")

README image

Custom command with options

README command

Button to send message

README image

Use the Discord Bot API directly within Godot! Useful for integrating your Godot game with a server, for example.

Big thanks to @lyghtkruz on GitHub for keeping the project alive!

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
Godiscord icon image
Shuflduf
Godiscord

Use the Discord Bot API directly within Godot! Useful for integrating your Godot game with a server, for example.Big thanks to @lyghtkruz on GitHub for keeping the project alive!

Supported Engine Version
4.3
Version String
1.2.0
License Version
MIT
Support Level
community
Modified Date
6 months ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers