Giter Club home page Giter Club logo

jolly's Introduction

Hello everyone!


import { Female } from './gender.js';
import { Europe } from './continents.js';

const CatNowBlue = {
    nickname: "cute cat",
    username: ["raluvy95", "catnowblue", "catnowblue.ro"],
    favourite_lang: "TypeScript",
    likes: ["coding", "playing", "drawing"],
    skills: {
        // these are points. The maximium points is 10.
        JavaScript: 9,
        TypeScript: 9,
        Python: 7,
        web: {
            HTML: 10,
            CSS: 5
        },
        Nim: 5,
        Lua: 3,
        Java: 3,
        ShellScript: 1,
        Rust: 0
    },
    age: 19,
    gender: Female,
    country: Europe.Romania,
    job: null
}

Programming Languages and Technologies I use for developement

img img img img img img img img img img img img img img img img img img img Vite Webpack SASS RollupJS Github Pages Neovim Vim JavaScript Lua LibreOffice Linux ESLint

Stats

Raluvy95's GitHub stats Top Languages

streak

jolly's People

Contributors

duckyondiscord avatar ficouts avatar pisekpiskovec avatar raluvy95 avatar some-boi avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jolly's Issues

Forked Bot - Bot Continues Restarting

Hello, Im getting some issues with my bot, which was forked from this project. The Issue Im getting is that it keeps restarting every 4-5 Hours. It doesnt report a fatal error, it just restarts. Im running this on a machine with 16GB, but i doubt thats the reason

Issue with Music Plugin

Hello,

Im currently having an issue with the Audio Plugin. I get this whenever i try to run sudo play
ERROR Main > Unhandled rejection at: Promise {
TypeError: client.helpers.getPlayer is not a function
at Play.run (file:///D:/DevelopmentProjects/SystemdBot/src/cmd/music/play.ts:26:39)
at commandRunner (file:///D:/DevelopmentProjects/SystemdBot/src/classes/command.ts:77:17)
at commandHandler (file:///D:/DevelopmentProjects/SystemdBot/src/classes/command.ts:138:5)
at Object.messageCreate (file:///D:/DevelopmentProjects/SystemdBot/src/classes/events.ts:114:23)
at Object.handleMessageCreate [as MESSAGE_CREATE] (https://deno.land/x/[email protected]/handlers/messages/MESSAGE_CREATE.ts:7:14)
at Object.bot.gateway.createGatewayManager.handleDiscordPayload (https://deno.land/x/[email protected]/bot.ts:215:58)
}

Plugin handler needs reorganized/rewrite

Currently all plugins are handled in hardcoded imports which isn't that bad at that time when Jolly was quite small. Now Jolly has grown and the hardcoded handler makes the code look stupid.

I attempted to create JollyPlugin class which has similar purpose to command handler, except that it relies on events + other type such as failure on command handler. Sadly, I abandoned it due to unable to understanding type manipulation or know how to get function arguments from EventHandler interface.

So in conclusion, we stuck on using hardcoded plugin imports, which you can see right now at src/classes/events.ts.
If you know how type manipultion works and know how to fix it. I would really appreciate from you :)

Trying to Set a Role as Owner for Bot, Will not work

Hello,

I'm trying to set a Role as an owner in the configuration file, so anyone who is assigned that role can use the command. I put in the Role ID, and it doesn't recognize it, it seems. The command still works, but it wont let me execute the command, even with the role assigned

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.