SkillAgentSearch skills...

Godiscord

Use the Discord Bot API directly within Godot

Install / Use

/learn @Shuflduf/Godiscord
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Godiscord

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!")

image

Custom command with options

command

Button to send message

image

Related Skills

View on GitHub
GitHub Stars16
CategoryDevelopment
Updated2d ago
Forks4

Languages

GDScript

Security Score

95/100

Audited on Mar 30, 2026

No findings