Godiscord
Use the Discord Bot API directly within Godot
Install / Use
/learn @Shuflduf/GodiscordREADME
Godiscord
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!")
Custom command with options
Button to send message
Related Skills
imsg
344.4kiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
node-connect
344.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
99.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
discord
344.4kDiscord ops via the message tool (channel=discord).
