Skip to content

Commit

Permalink
Updated To v12
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitch (neighborly-lackadaisical-boat) committed Nov 14, 2020
1 parent e2a5e47 commit f9974fc
Show file tree
Hide file tree
Showing 97 changed files with 9,277 additions and 1,555 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

patreon: https://patreon.com/alixbot
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "nodejs"
run = "node index.js"
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

64 changes: 56 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,58 @@
# Economy Bot
### Using Quick.db & Discord.js
<img width="150" height="150" align="left" style="float: left; margin: 0 10px 0 0;" alt="Alix-Beta" src="https://is.gd/nb1fp4">

##### This was a quick personal project of mine but never ended up fully finishing (cleaning up code, proper checks etc) and felt like this may help people.
##### A star is always appreciated. I am not updating this anymore, I will happily review pull requests though.
##### If you have an issue with Quick.db Or Discord.js Go to one of these links:
# Alix Beta

+ [Quick.db Repo](https://github.com/TrueXPixels/quick.db)
+ [Quick.db Discord](https://discordapp.com/invite/plexidev)
+ [Discord.js Discord](https://discordapp.com/invite/bRCvFy9)
[![Run on Repl.it](https://repl.it/badge/github/ayaan1005/Alix-Beta)](https://repl.it/github/ayaan1005/Alix-Beta)
[![](https://img.shields.io/discord/565048515357835264.svg?logo=discord&colorB=7289DA)](https://alix.glitch.me)
[![](https://top.gg/api/widget/status/693846748824862770.svg)](https://top.gg/bot/693846748824862770/vote)
[![](https://img.shields.io/badge/discord.js-v12.0.0--dev-blue.svg?logo=npm)](https://github.com/discordjs)
[![](https://img.shields.io/badge/patreon-donate-orange.svg)](https://www.patreon.com/alixbot)

> This bot is used by more than 70,000+ Discord users and more than 90+ servers.
Alix Beta Is A Open Sourced Discord Bot Can Use In Many Was Like To Make Server Full Moderation Filled, And Fun. Coded With JavaScript [Discord.js](https://discord.js.org) And [Quick.db](https://quickdb.js.org/) Made By [AyaanDEV](https://github.com/ayaan1005/)
<br> Feel free to add a star ⭐ to the repository to promote the project!

## Bot Setup

Check Bot Config File [Here](https://github.com/ayaan1005/Alix-Beta/blob/master/botconfig.json)

Example BotConfig File -
```
{
"token": "Your Bot Token",
"prefix": "Bot Prefix",
"report_channelid": "Channel ID Where Bug Reports Comes",
"support_server": "Your Bots Support Server",
"main_ownerid": "Your Id",
"extra_ownerid": [
"Owner 1",
"Owner 2"
]
}
```

## Links

* [Commands List](https://allix.glitch.me/commands)
* [F.A.Q](https://discord.gg/qBbgnxs)
* [Discord](https://alix.glitch.me/community)
* [Github](https://github.com/ayaan1005/Alix-Beta)
* [Dashboard](https://alix.glitch.me/dashboard)
* [Embed Gen](https://alix.glitch.me/embed)

## License

Alix Beta is licensed under the GPL 3.0 license. See the file `LICENSE` for more information. If you plan to use any part of this source code in your own bot, I would be grateful if you would include some form of credit somewhere.

## Security

For secutiry purposes check `SECURITY.md`

## Top.GG

Vote Alix And Have 24h Free Credit Of Premium Usage `SOON!`<br><br>
<a href="https://top.gg/bot/693846748824862770" >
<img src="https://top.gg/api/widget/693846748824862770.svg" alt="Alix" />
</a>
21 changes: 21 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Security Policy

## Supported Versions

Use this section to tell people about which versions of your project are
currently being supported with security updates.

| Version | Supported |
| ------- | ------------------ |
| 5.1.x | :white_check_mark: |
| 5.0.x | :x: |
| 4.0.x | :white_check_mark: |
| < 4.0 | :x: |

## Reporting a Vulnerability

Use this section to tell people how to report a vulnerability.

Tell them where to go, how often they can expect to get an update on a
reported vulnerability, what to expect if the vulnerability is accepted or
declined, etc.
14 changes: 9 additions & 5 deletions botconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"prefix": "~",
"red": "#b70000",
"orange": "#ff6a00",
"green": "#00ff26",
"purple": "#d604cf"
"token": "NzI3NzgxNDg2Njg1NzE2NDgy.Xvw1Uw.5n0c7Lei6W27SMBi9GM5HG68y2k",
"prefix": "!!",
"report_channelid": "Channel ID Where Bug Reports Comes",
"support_server": "Your Bots Support Server",
"main_ownerid": "597822927198748686",
"extra_ownerid": [
"Owner 1",
"Owner 2"
]
}
9 changes: 9 additions & 0 deletions colours.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"red": "#ff0008",
"dark_blue": "#0008ff",
"light_blue": "#14d0ff",
"yellow": "#e2ff00",
"green": "#00ff55",
"pink": "#fa287c",
"cyan": "#00FFFF"
}
26 changes: 0 additions & 26 deletions commands/addmoney.js

This file was deleted.

25 changes: 0 additions & 25 deletions commands/balance.js

This file was deleted.

38 changes: 0 additions & 38 deletions commands/beg.js

This file was deleted.

87 changes: 0 additions & 87 deletions commands/buy.js

This file was deleted.

38 changes: 0 additions & 38 deletions commands/daily.js

This file was deleted.

Loading

0 comments on commit f9974fc

Please sign in to comment.