Natalya The Discord Wordle Bot (Heroku)

DiscordWordle

Go Report Card Actions Status

A bot for discord to store and track Wordle scores.

Usage

Mention the bot using @BotName help to see full list of commands: usage image

To add a score just mention the bot followed by pasting the output you get from the Wordle Share button. The bot will store this score in a database and let you know if it worked.

Invite this bot to your Discord Server

Use this Discord link to invite Discordle to your server: https://discord.com/api/oauth2/authorize?client_id=929646986125250601&permissions=84032&scope=bot

This bot requests the following permissions:

  • Send Messages
  • Embed Links
  • Read Message History
  • Mention Everyone
  • Add Reactions

Deploy your own bot

This project is configured to run on the free-tier of heroku. All you need is an application token from Discord.

  1. Go to https://discordapp.com/developers/applications and create a new application.
  2. Provide a name. The name of the application will be used as the bot's name on Discord.
  3. Setup bot. Click on the Bot tab in the left menu, then click the Add Bot button.
    • Choose if you want this bot to be "Public" where anyone with the link can invite it to a different discord server
  4. Copy the Bot Token by clicking the Copy button under "Token".
  5. Use this token as the DISCORD_TOKEN when creating a Heroku deployment with the button below.

Deploy

Invite your own bot to a server

  1. Visit https://discordapp.com/developers/applications and select the bot application.
  2. Build a link to invite the bot. Click OAuth2 in the left-hand menu.
  3. Under the "Scopes" section check the bot checkbox.
  4. Under "Bot Permission" check the following boxes:
    • Send Messages
    • Embed Links
    • Read Message History
    • Mention Everyone
    • Add Reactions
  5. Above back in the "Scopes" section Copy the generated URL.
  6. Paste the URL link into the browser, and pick the Discord server you want the bot to join.
Similar Resources

Wipe-discord - TUI application to erase Discord messages

Wipe-discord - TUI application to erase Discord messages

wipe-discord Terminal user interface (TUI) application to delete Discord message

Aug 21, 2022

A Discord bot for managing ephemeral roles based upon voice channel member presence.

A Discord bot for managing ephemeral roles based upon voice channel member presence.

ephemeral-roles A Discord bot for managing ephemeral roles based upon voice channel member presence. Quickstart Click on the Ephemeral Roles logo head

Dec 19, 2022

Bot used for https://discord.gg/rflutterdev

FlutterDoc A bot offering exactly what we need in The r/FlutterDev Discord Server that Dyno can't offer us. Quick search patterns that can be embedded

Dec 8, 2022

An easy-to-use discord bot written in go

Discord Bot An easy-to-use discord bot template written in golang using discordgo. This template was written for learning golang. It will be updated a

Jan 23, 2022

An extension for discordgo to create a Discord bot quickly using the Builder pattern.

botbuilder An extension for discordgo to create a Discord bot quickly using the Builder pattern. Example usage: package main import ( "log" "os"

Oct 12, 2022

Bot para o discord escrito em Golang durante o workshop ministrado na Codecon 2021

Codecon Bot Bot para o discord escrito em Golang durante o workshop ministrado na Codecon 2021 Primeiramente no arquivo main.go coloque o TOKEN do bot

Oct 4, 2021

A discord bot that watches for tiktok URL's and automatically uploads the corresponding video to the channel

TikiTok Bot A Discord bot that watches for TikTok URLs and sends a message to the channel with the corresponding video attached Click to invite the bo

Jul 28, 2022

morko discord bot with go

Commands Command Description commands Lists commands google Fetches a Google image help Describes the usage of the command. ping Ping

Oct 19, 2021

An easy-to-use discord bot template written in golang using discordgo

Discord Bot An easy-to-use discord bot template written in golang using discordgo. This template was written for learning golang. It will be updated a

Oct 30, 2021
DiscordWordle - A bot for discord to store and track Wordle scores
DiscordWordle - A bot for discord to store and track Wordle scores

DiscordWordle A bot for discord to store and track Wordle scores. Usage Mention

Sep 3, 2022
Diswordle - A Discord Wordle bot written in Go

discordle A Discord Wordle bot written in Go. Uses my own Go package, wordle. In

Nov 7, 2022
Wordle Discord Bot With Golang

Wordle Discord Bot Early on in my Golang journey, a curious little game called W

Feb 5, 2022
discord bot that plays music in a voice channel discord

Music discord bot by serje3 Description A bot written in the Golang language plays music on your server's voice channel on Discord. It can be built an

Nov 17, 2021
A simple Discord bot developed for the Bedrock Gophers discord server.

Bedrock Gopher A simple Discord bot developed for the Bedrock Gophers discord server. Click here to invite the bot to your guild. You will also need t

Mar 12, 2022
Feline-bot - Feline Bot for Discord using Golang

Feline Bot for Discord Development This bot is implemented using Golang. Feature

Feb 10, 2022
Bot-template - A simple bot template for creating a bot which includes a config, postgresql database

bot-template This is a simple bot template for creating a bot which includes a c

Sep 9, 2022
Discord-dl: a tool to archive discord channels

discord-dl discord-dl is a tool to archive discord channels. I think it's safe t

May 18, 2022
Discord-notif - Send notifications to discord in Your pipelines or scripts
Discord-notif - Send notifications to discord in Your pipelines or scripts

discord-notif Send notifications to discord in Your pipelines or scripts install

Dec 15, 2022
Discord-finder - The back-end for retrieving information about people on discord
Discord-finder - The back-end for retrieving information about people on discord

About This is the backend application for Discord Finder, it allows you to retrive information about people on discord just like the discord lookup we

Jan 4, 2022