Lumen: Discord Bot
- 11 Devlogs
- 20 Total hours
Just a Discord Bot with multiple functionalities!
Just a Discord Bot with multiple functionalities!
Lumen users can now apply for job.
Users can work once in 24 hours.
Payouts are done by random number within specific job’s range.
Random messages are generated like: Job: Maid
You washed a mountain of dishes without breaking a single one.
Commands: !job apply & !job work
#DevLog 10: Learned more and more things, Lumen is better now!
Big updates:
!bank deactivate command is added to delete bank account permanently!!bank rob command is added where users can rob other users with a 45% chance of success, 25% of failure but escape and 30% chance of getting caught and fined by police.
Stay Tuned
How it works:
I hope you’ll find this cool because I did
Stay Tuned!
Researched over more cool stuff that can be done using MongoDB and Discord.Py.
What I did today:
/bank daily which gives you a reward amount after every 24 hours. This amount is between 500 to 1000 Coins (competely random) and can be redeemed only once in 24 hours.That’s all I could do today, having crazy plans for tomorrow!
Stay Tuned
I have started working on Lumen once again to add more cool commands. What I did today is:
Stay Tuned!
Last DevLog (before first ship): All commands are working perfectly!
All new commands are listed on Help menus and are accessible. Run !help or /help to see all commands!
Lumen is officially hosted and is active 24/7 for you guys to text out. I have also updated README.md for setup instructions (i tried my best to make it beginner friendly).
Join Lumen HQs (Discord Server) and test Lumen by youself!!
DevLog 5: This time utilized all my time perfectly xD.
This is going to be my last devlog before shipping this project (probably)
All updates coded:
/afk -> Enables AFK Mode, whenever anyone mentions the user, bot tells that the user is in AFK mode with following reason./avatar and /banner -> Fetches and displays user’s avatar (profile picture) and banner ofcourse in embed
/dice -> Rolls a dice of user-specified sides (default 6) and tells the result./randomnum -> Chooses a random number from user-specified limits (minimum and maximum)./joke and /fact -> Fetches and displays random joke or fact from APIs.Tomorrow, I will host the bot and do a last test before shipping. Wish me luck 
DevLog 4: Again spent a lot of time in errors and taking command ideas from other popular bots.
Added a few commands:
/help -> Displays a whole message like menu showing all the commands.
/help <command> -> When typed a specific command infront of /help, it shows specific help and required arguments of that specific command.
/role -> Adds/Removes specified role from specified user.
/coinflip (or !cf)-> I thought to add some fun commands and this is the start. It flips a coin and tells the result. User can submit a guess and it shows if you won or lost. Kinda cool right ;)
Tomorrow, I will beautify the messages by completely replacing them with colourful embeds (they are cooler)
That’s it for today. Wish me luck for tomorrow.
DevLog 3: Spent most of my time in learning and exploring errors (too many errors) :P
Added more cool commands:
And some more about moderation:
Bot will be ready to be shipped really soon!!
This is my first time making a discord bot and I think I am doing great ;)
DevLog 2: Added more commands for moderation. Global error handling is setup and enhanced.
Added commands: ban and kick on both prefix and slash based.
Error Handlers added for checking permissions of user and bot, to check if member exists and to check if command exists.
Bot is working perfectly and is satisfactory!!
Made simple commands like ping and hello on both prefix and slash based!
Bot responding in minimum time and is satisfactory.
Coded in Python