Skip to content
forked from Dom-in/ASF-Bot

ArchiSteamFarm discord bot for controlling your bots, automated redeeming of free steam game promotions and steam points

Notifications You must be signed in to change notification settings

zerox003/ASF-Bot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASF-Bot

Discord Bot coded in JavaScript to control your ASF instance

(and automatically redeem free game promotions and steam points)

Control your ASF instance from within discord.

ASF support server:
Discord
SteamDB server:
Discord

Usage:

To start you have to fill in your config.json file.
You need to join the SteamDB server and set the follow of #free-promotions to a channel of your server (input.CHANNEL_ID).

{
    "bot" : {
        "token" : "Bot token",
        "ID" : "Bot ID"
    },
    "security" : {
        "USER_ID": "Your own user id",
        "SERVER_ID": "Your own guild id",
        "IP" : "Here you put your ASF panel IP:PORT",
        "IPC_PASSWORD" : "Here you put your ASF IPC password",
        "SSL_STAT": "http or https"
    },
    "input" : {
        "CHANNEL_ID": "Relay bot channel ID (relayed from SteamDB Discord server <#845984309638463488>)"
    },
    "TZ" : "Put your Timezone here (luxon) eg. Europe/Berlin"
}

Execute node run.js for the Bot to start.
Once the slash commands are registered and the bot has started and connected to the ASF instance, you can send commands through your discord server.

About

ArchiSteamFarm discord bot for controlling your bots, automated redeeming of free steam game promotions and steam points

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%