/secrets-bots

Primary LanguageGoMIT LicenseMIT

discord-dero-bot

This example demonstrates how to utilize the secret-discord-server's secret_pong_bot with DERO functions built in.

Such as message components, buttons, modals and pongs to user !pings; while also demonstrating ChatGPT's helpful bot, and DERO's wallet API functionality for its permissionless, private by default, cryptocurrency.

This project is under active development, so have fun with that. I am a terrible coder, so have fun with that. And I really enjoyed making this project for my friends on discord... so... have... fun.

Join Secret Discord Server Discord chat channel for support.

And with that...

Build

This example assumes the following about your set up:

  1. working Go environment setup
  2. registered DERO wallet running in --rpc-server mode
  3. DERO node running
  4. Monero node running
  5. ChatGPT API key
  6. Discord API key

So first you will need to

git clone https://github.com/secretnamebasis/discord-dero-bot

open up the main.go and edit all of the variables as you see fit to fill out.

And then you will need to

go run .