Skip to content
View voidoak's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report voidoak

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
voidoak/README.md

voidoak_


I'm OakenDuck, or Void. (he/him)

I am a 21 year old amateur programmer, from Houston, Texas.
My life goal is to broaden the influence of libre technology and FOSS in the world, and most especially in developing nations.
Highly interested in comp sci, data structures and working with APIs.


current projects

Praestes my discord bot, using discord.py.
Qubit my discord server's moderation and gen. purpose bot, using pycord
SubPub subscription/publish event system library for python
(as yet unnamed) simple FNN library in C++
_bjørn discord bot using sleepy-discord. (postponed)
GSpy (gypsy) Google search wrapper/parser. (soon)

GitHub stats


socials

my discord

Pinned

  1. Praestes Praestes Public

    A powerful moderation and utility discord bot written in discord.py, for swiftly and easily handling issues in servers.

    Python 3 1

  2. SubPub SubPub Public

    Subscribe/Publish style event system for Python 3.x

    Python 6 1

  3. Implementing your own help command i... Implementing your own help command in discord.py
    1
    # Custom Help Command in discord.py
    2
    
                  
    3
    If you've ever built a bot, you've probably wanted to create a custom help command so it will present your commands and their features in exactly the manner you'd like. Perhaps you don't like the default help command, with its simple code block formatting and presenting all the commands, split up into different messages if you have a good amount of them. Perhaps you've seen other developers' custom help commands, but don't want or like to use embed fields. Well in that case, you can easily create and design your own help command to handle the output *exactly* the way *you* want it. 
    4
    
                  
    5
    To do so, we'll be implementing a helpful base class that comes packaged in `discord.py`; namely, [`commands.HelpCommand`](https://discordpy.readthedocs.io/en/latest/ext/commands/api.html?highlight=helpcommand#helpcommand). There are [other help command](https://discordpy.readthedocs.io/en/latest/ext/commands/api.html?highlight=helpcommand#help-commands) base classes, but we'll be focusing on `commands.HelpCommand`.
  4. boolean-beans/qubit boolean-beans/qubit Public

    Discord bot for boolean beans server, using Pycord.

    Python 2