Skip to content

A Discord bot that allows the storage of a game list per user. Users in the same voice channel can then call the bot to compare their libraries and return a list of the games that they share.

Notifications You must be signed in to change notification settings

HarryAWoodworth/SharedGamesDiscordBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHARED GAMES DISCORD BOT

Type >help to see commands.

Built using Discord.js and MongoDB Atlas Cloud.

help command

add command

library command

compare command

Config

Create a config.json file in the root directory for the bot like below

{ "prefix": ">", "token": "XXXXXXXXXXXXXXXXXXXXXXXX.XXXXXX.XXXXXXXXXXXXXXXXX-XXXX-XXXX", "mongoDbURI": "mongodb+srv://dbUser:yourusernameyoullfigurethisoutwhenyousetuponmongo", "steamWebAPIKey": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "dmOnly": false }

prefix determines what users use to denote a command is for this bot, and can be any character

token is a discord bot user token and can be found after setting up a bot at the Discord Developer Portal

mongoDbURI likewise should be a link to mongoDb you set up

steamWebAPIKey is required for users to automatically add their steam library. It can be created on steam (account required)

dmOnly is a boolean config for whether or not certain commands will work only direct messaging the bot

About

A Discord bot that allows the storage of a game list per user. Users in the same voice channel can then call the bot to compare their libraries and return a list of the games that they share.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published