Skip to content

Gydo-Team/gydo.js

Repository files navigation


logo

Discord Server npm gydo GitHub code size in bytes npm


📦 gydo.js

'Gydo-js' is a form of discord.js designed to simplify the process of creating a Discord bot.

Table of Contents

Rewrite

gydo.js is currently being rewritten, for more info go to our GitHub repo (And to the rewrite branch)

If you see any bugs/issue you may report it to the GitHub repo.

Example

const { Bot } = require("gydo.js");
const bot = new Bot({
    token: "your bot token here",
    prefix: "!",
    // could be any prefix
});

bot.command({
    name: "ping",
    code: `Pong! | ${bot.ws.ping}`,
});

Note: the Bot class extends the Client class, that is why we are able to access the ping value.

Contributing

You can contribute on gydo.js dev branch by making a pull request on our GitHub Repository

See Contributing Guide

...and Thanks for Contributing!

Links

Report the bugs on our Discord Server, and/or to our GitHub Repository.

Gydo-JS Discord Server

Github Repo