Code Monkey home page Code Monkey logo

sjalkote / thonk-bot Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 2.0 1.4 MB

The source code for a discord bot that I am creating to learn more about the discord.py rewrite, as well as an excuse to do something when I'm bored.

Home Page: https://thonkbot.zetasj.com

License: GNU General Public License v3.0

Python 94.52% Dockerfile 0.43% Batchfile 0.81% Shell 4.24%
python python3 discord discordpy discordpy-bot discord-py discordpyrewrite discordpy-rewrite discordpy-cogs thonk

thonk-bot's Introduction

header

thonk-bot's People

Contributors

sjalkote avatar smallpepperz avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

thonk-bot's Issues

Add Docker Support

I'm planning on creating a Dockerfile so that I or anyone else who wants to run this can use Docker to do so.

Use f-strings

Lines like these:

print(
print_info + bcolors.OKGREEN + bcolors.BOLD + "Successful Connection! " + bcolors.ENDC)

Could be replaced with something like this:
print(f"{print_info}{bcolors.OKGREEN}{bcolors.BOLD}Successful Connection! {bcolors.ENDC}")

[IDEA]: Command-Specific Help

If a command is passed as an argument to the ?!help command, show relative information for just that command, in addition to general information for all commands when no arguments are given. For example, ?!help help would give information on the help command, and ?!help would give the normal paged help for all commands. Create some sort of basis for now at least.

[BUG]: Remind Command Cooldown

When the command is invoked, the cooldown activates, like expected. However this leads to problems, if the user fails to use the command correctly through something like an invalid time format, it will invoke the cooldown and prevent them from retrying.

Check the TODO comment on line 113 of the utility.py cog as of commit b10bbc4.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.