Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
/ ecobot Public archive

[Outdated] Simple economy bot for discord written in discord.js.

License

Notifications You must be signed in to change notification settings

twlite/ecobot

Repository files navigation

OUTDATED

ecobot

Simple economy bot for discord written in discord.js.

Setup

Download

git clone https://github.com/Snowflake107/ecobot

Edit botConfig.js

module.exports = {
    token: "YOUR_DISCORD_BOT_TOKEN_HERE",
    prefix: ":?", // default prefix
    admins: [
        "Your_ID" // your id
    ],
    games: [
        {
            type: "PLAYING",
            name: "with {users} users"
        },
        {
            type: "LISTENING",
            name: "{prefix}help"
        },
        {
            type: "WATCHING",
            name: "{servers} servers"
        }
    ],
    debug: true // debug mode
};

Run

npm start

Or clone it in glitch.com

https://glitch.com/edit/#!/import/git?url=https://github.com/Snowflake107/ecobot

Commands

  • bal
  • beg
  • daily
  • help
  • leaderboard
  • ping
  • prefix
  • search
  • weekly
  • work

Links

About

[Outdated] Simple economy bot for discord written in discord.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published