Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
falcao-g committed Feb 27, 2023
2 parents c8e7446 + d7331fb commit df9ad2a
Show file tree
Hide file tree
Showing 54 changed files with 3,650 additions and 4,045 deletions.
32 changes: 17 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,31 @@
# Falbot 🪙

Falbot is a economy and user interaction focused bot, with features like:
Falbot is a fun brazilian bot, with major focus in economy, featuring:

🎲 Gamble commands

⚔️ User interaction betting falcoins
⚔️ Competitive commands

📈 Engaging rank-up and progression system

🏛️ Dynamic economy run by player activity

👑 Global and local user leaderboards

🎉 Fun commands

⚙️ Useful commands

👑 Engaging level-up and progression system

🌎 All features available in both portuguese and english

Use /help to get started, Falbot is updated frequently, if you want to earn huge amounts of money or just have some fun with your friends, this bot is for you
See the introduction page in /help command to get started, don’t miss the opportunity to have a unique and enriching experience on your Discord server with Falbot!

Add him in: <https://top.gg/bot/742331813539872798>

Official website: <https://falbot.netlify.app/>

![Discord Bots](https://top.gg/api/widget/upvotes/742331813539872798.svg)

## 📩 Inviting Falbot to your server

You can add the bot's public instance by [clicking here](https://discord.com/oauth2/authorize?client_id=742331813539872798&permissions=330816&scope=bot%20applications.commands), this way you don't have to worry about hosting and other stuff
Expand Down Expand Up @@ -53,16 +59,12 @@ When all of the dependencies finish installing, you will need to create a `confi

```json
{
"owners": ["OWNERS_ID"],
"someServers": ["SERVERS_ID"],
"devs": [""],
"testGuild": "",
"language": "portugues",
"poupanca": {
"last_interest": "0",
"interest_time": "86400000",
"interest_rate": "0.1"
},
"testOnly": true
}

```

In addition, you will also need to create a .env file outside the `src` folder, where the index.js file is, and paste this on it:
Expand All @@ -85,9 +87,9 @@ Falbot is made to be a really configurable bot:

config.json file:

- "owners": put here your discord id and other people that will be involved in development, this will be important to manage slash commands
- "someServers": the server or servers id that will be used to test the bot
- "language": the default language of the bot
- "devs": put here the discord id of all developers of the bot, this will be important to manage slash commands
- "testGuild": id of the guild used to test commands
- "language": the default language of the bot (portuguese or english)
- "testOnly": when you are only testing the slash commands put this as true this way you don't have to wait 1 hour for the command to register, it register instantly in the servers you put earlier

## 🏃‍♂️ Running
Expand Down
75 changes: 0 additions & 75 deletions index.js

This file was deleted.

Loading

0 comments on commit df9ad2a

Please sign in to comment.