Repo for my website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
893 B

+++
author = "Maik de Kruif"
title = "SuperBot"
start_date = 2018-08-17
end_date = 2021-04-24
company_name = "Personal"
company_url = "https://maik.dev"
description = "A Discord bot I wrote for my own server so that I could manage the server better and listen to music in voice channels."
1 month ago
source_code = "https://github.com/maikka39/SuperBot"
skills = [
"Python",
"Asynchronous programming",
"Input validation",
]
+++
An amazing Discord bot with lots of functionalities!
1 month ago
SuperBot is a Discord bot I wrote for my own server so that I could manage the server better and listen to music together in voice channels.
1 month ago
I developed SuperBot using Python. Through this project, I gained experience in Discord bot development, including API interactions, event handling, and user interface design. Additionally, I learned valuable lessons in error handling, optimization, and scalability.