Please sign in to access this page

Beepo

Beepo

4 devlogs
14h
Created by Danee

A general-purpose discord bot (Something like R2D2 for your server)

Timeline

Danee
Danee
2h 15m 16 days ago

I added levels system, each level got different number of XP to level up. User can get XP from typing messages, each messages gives him from 5 to 15 XP.
Commands:
/rank, /leaderboard, /level add, /level set, /level clear

Update attachment

I added lot of commands, especially configuration system which allows to user choose which data should be stored in database (warn system, tempban system)

Fun: /howgay, /ship
Moderation: /warn add, /warn delete, /warn list
Utility: /configure

I also divided the help command into categories!

Update attachment
Danee
Danee
3h 57m 18 days ago

Added database connection (with TempBan model to save temporary bans), also I added another 8 commands:
Moderation - /unban, /tempban, /lock, /unlock, /clear
Fun - /cat, /8ball
Utility - /info

Update attachment
Danee
Danee
3h 43m 21 days ago

I've made the basic command handler and write some basic utility, moderation & fun commands for the bot.

Update attachment