My Social Media
Recent Posts: Further Reading
Bots
Tags
Archives
Meta
Donate
Tag Archives: discord
Patreon Announcement + Dicecord-CoD Prefix Update
I’m excited to announce that I am on Patreon now! If you want to support any of my current or future projects please pop by! I’m hoping I can use this to offset my Dicecord/blog hosting costs, as well as … Continue reading
Adding Features to Dicecord Discord
I’ve spruced Dicecord’s discord server up with a few features using webhooks and the IFTTT automation service. The discord will be updated when I push new commits to github and when I post new blog posts here. I’ve decided to … Continue reading
Dicecord on Discord
I figured that it was about time to make a Dicecord server on Discord. You can join it here. Currently it is very barebones, just some basic channels with a dedicated channel for dicerolling via the bot.
Dicecord v1.11 Release
I have just uploaded Dicecord v1.11 this is mainly just bug fixes, with some placeholder code for an eventual addition of a spell casting UI. Check below for the changes. Source code can be found on github and the new … Continue reading
Dicecord Project Update 3
Welcome to Update 3 of the Dicecord project. This weekend I was unable to complete all my goals due to an injury, but I got a lot of the main work done at least. I finished off the Health widget, … Continue reading
Dicecord Project Update 2
Welcome to Update 2 of the Dicecord project. This weekend I completed all goals I set out in the last update. I made the Square object, added it as a rote marker, added in a derived stats section and added … Continue reading
Dicecord Project Update 1
First project update for Dicecord. This is a diceroller/digital character sheet for use with Discord. Its UI is buily in PyQt5. This goes over the Dicecord-lite version, shows a preview of the character sheet display and generally talks about how the coding experience has been. Continue reading
Using Webhooks with Python: Part 2
In this post I’m going to go over the send message to Discord webhook function from last time and add in some error handling for when we hit a rate limit. Continue reading
Using Webhooks with Python: Part 1
In this post I’m going to share a tutorial about how to use Discord webhooks in python. While the specific example is Discord, the tutorial will show how we can use docs and software like postman to figure out how to use webhooks in general. Continue reading