Giter Club home page Giter Club logo

discord-pylon-bot's Introduction

Jack5's Discord Bot (Pylon-based)

Hi there! My name is Jack5 and I'm building this bot for a few communities on Discord. I've been using Pylon as my Discord bot of choice for several years. Feel free to contribute code if you would like to add to the growing number of functions, or you can contact me to report bugs and suggest features!

Managing the bot

If you are not knowledgeable about code and need some help finding your way around, here are the important files to know about:

  • config.ts - Quite a few easy-to-adjust settings are located here, including prefixes and channels the bot uses, embed colours, cooldown times, and the categories found in the help menus.
  • lang.ts - If you feel you need to change any of the text the bot prints out, you can do so here. Turn responses in arrays to have the bot reply with a random one!
  • secrets.ts - This file is where your secret API keys are stored, used for commands that need to speak with servers which require authentication.
  • commands/- Every command the bot is capable of is located in this folder. Look in here if you're ready to dive into the coding of the bot!

Creating new commands

You are free to lift code from the other commands and use them in your own brand new command while running this flavour of Pylon. Please note that unless you add your new command's file into main.ts, nothing will happen when you try to run it. Additionally, you must add new help categories to config.ts or else they won't show up in the help menus.

The inner workings of all commands can be found in the global.ts file, which contains critical functions that make the whole bot work as a single, seamless package.

discord-pylon-bot's People

Contributors

jack5github avatar

Stargazers

 avatar

Watchers

Kostas Georgiou avatar  avatar

Forkers

kacperholak

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.