🤖A small, robust Discord bot to support and manage a daily word game in your server. (soon™)

Related tags

Video/Audio wordable
Overview

Wordable

🤖 Wordable is a small, robust Discord bot to support and manage a daily word game in your server!

Commands

  • /ping - Replies with pong!
  • /guess {guess} - Make a guess

Contributing

I'm hopeful that these instructions are clear enough for you to clone everything and be able to contribute!

You'll need a couple of things: Git and Node.js.

Once you've got those, you'll want to open a Git Bash terminal somewhere, and run this:

git clone https://github.com/vtrodd/wordable

You'll next want to change directory to the newly created wordable folder from within that Git Bash terminal, using:

cd wordable

If you're working on a specific issue, you'll want to switch to a new branch with the relevant name, which you can do in the Git Bash terminal:

git checkout -b WI-XXX

And from there, still in that Git Bash window:

npm install

This will install the necessary node modules (don't worry, these won't be tracked and added to any commits you make!).

If you want to be able to run this bot, you'll also need a config.json file in the directory, something like this:

{
  "TOKEN": "THIS IS YOUR BOT'S TOKEN (don't share this)",
  "CLIENT_ID": "THIS IS THE ID OF YOUR BOT"
}

Once you've got that config file, you should be able to start up the bot with this line in a terminal:

ts-node .
You might also like...

This bot can raise your mood. This bot send joke often our channel for users. Sometimes bot don't work because we have not server for this project...)

This bot can raise your mood. This bot send joke often our channel for users. Sometimes bot don't work because we have not server for this project...)

Hi, welcome to send-joke-bot telegram bot project 🤖 What can do this bot ? This bot can raise your mood. This bot send joke often our channel for use

Sep 26, 2022

Discord Bot of the NCS's Discord server.

Installation Install dependencies npm install Start the server npm start Usage/Examples Create .env file touch .env Add this to the file TOKEN=y

Sep 3, 2022

Mabicord AIO is a Discord bot that handles MMORPG Mabinogi's bugle messages, designed to serve a single Discord server.

Welcome to NamVr Discord Bot Template 👋 An open source discord.js bot template which is based on official discord.js guide to get started on making y

Jul 13, 2022

The Discord Bot for the AvdanOS Community Discord server.

Tinan The Discord Bot for the AvdanOS Community Discord server, made using discord.js v13.8. How to contribute Forking Step 1: Make a contribution for

Dec 1, 2022

A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on websites!

discord-web-api A simple & easy2use API for obtaining information about a discord user, discord bot or discord guild and their use for some purpose on

Jun 28, 2022

A discord bot made using discord.js and discord-player

A discord bot made using discord.js and discord-player

Musx A custom discord bot that can play music in your server 🎯 Add the bot to your server If you are looking for a music bot for your Discord server

Mar 28, 2022

Discord Neura - a Discord bot framework built on discord.js

Discord Neura Description Discord Neura is a Discord bot framework built on discord.js. Features Command Handler, Arguments, Preconditions and Listene

Mar 23, 2022

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with buttons. It can play youtube songs, playlists. This bot code was made by Supreme#2401. It uses djs V12

Lofi-Radio-Music-Bot It is a discord bot bot which can play lofi song in different language 24/7. It has premium system and cool embed looks with butt

Jan 2, 2023

This bot is a cool Discord bot made in discord.js using Node.JS

This bot is a cool Discord bot made in discord.js using Node.JS

Anti-Crosspost Discord Bot This bot is a cool Discord bot made in discord.js using Node.JS. It detects when a user cross-posts a message in multiple c

May 31, 2022
Comments
  • separate constraint code

    separate constraint code

    added constraint code into its own function to reduce complexity of execute function, also removed check for type string & replaced with a regex instead as previous method would cause issues with "false" being treated as bool and hence would fail the tests, as well as strings which have a mixture of letters & other chars

    opened by e2000mann 0
  • No stats

    No stats

    Related to #4 , no statistics are recorded after a game

    Wordle's structure for this is: { "currentStreak": number, "maxStreak": number, "guesses":{"1":number,"2":number,"3":number,"4":number,"5":number,"6":number,"fail":number}, "winPercentage":number, "gamesPlayed":number, "gamesWon":number, "averageGuesses":number }

    Maybe make use of that ^

    opened by vtrodd 0
  • No permanence of data

    No permanence of data

    Not implemented yet is a database for all the stats and games, so right now if the bot goes offline everyone loses their stats. Ben's suggested I look into Prisma for this but has also suggested it might be a bit overpowered for this. Maybe instead look at what's on the discordjs guide (Sequelize).

    opened by vtrodd 0
  • Crashes on DM /guess

    Crashes on DM /guess

    Need to handle DMs - I guess it would just be a case of having a DMs object alongside the guilds object, then detecting if the interaction is in a server or in a DM

    opened by vtrodd 0
Owner
Vic Trodd
BSc Interactive Media student at York. Full-stack developer at CERN.
Vic Trodd
Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. 🍄 Containing over 100+ commands from different categories (soon). 🌼

Kanna Kanna is a Discord bot written in Javascript developed by Mirabellier just for fun. ?? Containing over 100+ commands from different categories (

Mira 8 Dec 15, 2022
A multipurpose bot, a clan bot, a all in one bot. The one bot u need for ur server originally made as Milrato discord Bot and by Tomato6966.

Public Bot and Support Server! Invite the Public Version of this Bot so you don't need to host it by yourself or join my Discord server to get a custo

Tomato6966 472 Dec 25, 2022
A bot to manage a whole game jam/hackathon server from a fully functional pollsystem to managing color roles.

Jambo This bot is made to autonomously manage a discord server with regular game jams/hackathons. It will collect the proposals for the jam, create po

null 10 Nov 3, 2022
A bot to manage a whole game jam/hackathon server from a fully functional pollsystem to managing color roles.

Jambo This bot is made to autonomously manage a discord server with regular game jams/hackathons and make it a plasent and happy enviroment. It will c

null 10 Apr 7, 2022
Discord-Bot - You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have published on my youtube channel.

Discord-Bot You can use the discord bot codes that are updated in every video of the codes I use in the discord bot making series that I have publishe

Umut Bayraktar 114 Jan 3, 2023
Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot that handles all your server needs.

Welcome to Co-Pilot Bot repo! ?? ?? Co-Pilot (All-in-one Discord Bot) Co-Pilot is a discord Bot designed to be the all-in-one, open-source Discord bot

YMafalha 19 Nov 11, 2022
A configurable Discord Community server nuking bot with a small twist.

Quby Bot A configurable Discord Community server nuking bot with a small twist. The bot will perform these actions in the following order: When the bo

Oliver B 3 Sep 7, 2022
About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this command handler.

discordJS-V14 About Discord bot draft that does not contain ready-made commands, compatible with discord.js v14. Create your own discord bot with this

Umut Bayraktar 36 Dec 28, 2022
Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total contributions.

Remoklify - Gitlift Discord Bot Gitlift Discord Bot is a discord bot which is listening Discord Messages to reply with user gitlift profile and total

Remoklify 3 Mar 20, 2022
Aeona is a multi-purpose discord bot ready to skill up and boost up your Discord server! It has an State of the Art AI chatbot to make sure you never feel bored!

Aeona | Chatbot Aeona is an ever-growing multipurpose bot; primarily a fun chatbot you can converse with, but also showcases a wide range of fun comma

null 29 Jan 9, 2023