owine / discord-twitter-x-link-bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

discord-twitter-x-link-bot

docker run -e TOKEN='' -e PREFIX='' ghcr.io/owine/discord-twitter-x-link-bot:latest

TOKEN (required) your Discord bot token (from developer center) PREFIX (option, default !) a bot trigger prefix (currently nonfunctional)

  1. Create a new application on the Discord Developer Portal.
  2. Enable Bot functionality, give your prefered name and avatar.
  3. Copy the Token for use above.
  4. Run the container as specified above.
  5. Authorize the bot and add it to your server by visiting: https://discord.com/oauth2/authorize?client_id=<YOUR BOT APPLICATION ID>&permissions=274878000128&scope=bot%20applications.commands

About


Languages

Language:Python 81.2%Language:Dockerfile 18.8%