Ascend is a bot made by Barely Awake that aims to be an open source alternative to many discord bots.
Some features that are planned:
- Basic Moderation Commands
- Leveling
- Auto Mod
- Logging
- Reports
- Twitch & YouTube tracking
- Reaction Roles
- Suggestions
And that's just some features planned. Keep in mind those features are only planned and none of them are implemented right now. It's going to take a while before they are, but hopefully it won't be longer than a month or two. For updates on these features join the Support Server
Honestly, I'd prefer it if you just invited the instance of the bot I'm using, however I understand wanting to host something yourself, so I'll still provide a guide.
The following are required to set up the bot:
- Discord Bot
- MongoDB Instance
- Hypixel API Key
- Anti-Sniper API Key
If you don't know how to set up a Discord bot or MongoDB, there are plenty of guides online, so you'll have to look that up.
A Hypixel API key can be obtained by joining the Minecraft server mc.hypixel.net
and using the command /api.
An Anti-Sniper API key can be obtained by joining the
Anti-Sniper Discord and reading #✨info.
- Create a file called
.envthen copy and fill out the fields from the.env.examplefile. - Install modules with
npm install - Compile with the
tsccommand or usenpm run buildif you're on Linux - Start the bot with
npm start