Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.04 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.04 KB

SteamBot

Version: 1.2.3 (Stable)
By: Kristen

Presentation

SteamBot is a Discord bot created using the Discord.js library that provides you with interesting and useful statistics about your Steam profile, including the amount of time you've spent playing games, the number of games you own, and more.

Informations

The bot is currently on version 1.2.3 and may still have some bugs. If you have any suggestions or would like to report a bug, you can contact me through Discord (my tag is Kristen#1827) or by email at [email protected]. You can also join my Discord server at https://discord.gg/wcy22GAmDG to discuss the bot or share feedback.

How to use it ?

You can get all the information needed by executing /help on your discord server

Add it to your server

Create the .env file

Don't forget to add a .env file at the root of the project. The .env file should look like this:

TOKEN=your_bot_token
API_KEY=your_steam_api_key
LOGTAIL_KEY=your_logtail_key

Set up docker

Search on the internet how to install docker.