Code Monkey home page Code Monkey logo

crypto-helper's Introduction

Hi My name is Dominik

wakatime

  • ๐ŸŒ I'm based in Germany
  • โœ‰๏ธ You can contact me at [email protected]
  • ๐Ÿš€ I'm currently working on Would you Discord Bot
  • ๐Ÿค I'm open to collaborating on Open Source Projects

Skills

My Skills

Socials

crypto-helper's People

Contributors

dependabot[bot] avatar imgbotapp avatar mezotv avatar nileshkr17 avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar  avatar

crypto-helper's Issues

Dynamic help command

I have this script for my Discord bot that looks through the command directory and creates an embed based on the files. I think we can use the same script (with some modifications) with /help for Crypto Helper. I would love to be responsible for that.

Something like this:

const commands = client.commands.map(command => {
            return {
                name: command.data.name,
                description: command.data.description
            }
        }).sort((a, b) => a.name.localeCompare(b.name));
// ...

const embed = new MessageEmbed()
            .addFields(commands.map(command => {
                return {
                    name: command.name,
                    value: command.description + `\nUsage: ${inlineCode("/" + command.name)}`,
                    inline: true
                }
            }))
// ...

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

npm
package.json
  • @dbleu/node ^1.0.0
  • @discordjs/builders ^0.15.0
  • @discordjs/rest ^0.5.0
  • @top-gg/sdk ^3.1.3
  • axios ^0.27.2
  • chalk-advanced ^1.0.3
  • discord-api-types ^0.36.0
  • discord-hybrid-sharding ^1.6.2
  • discord-modals ^1.3.5
  • discord.js ^13.8.0
  • dotenv ^16.0.0
  • dungeon-api ^1.0.2
  • express ^4.18.1
  • glob ^8.0.0
  • hashify-matchify ^1.0.0
  • ibl-autopost ^1.1.5
  • mongoose ^6.3.6
  • ms ^2.1.3
  • os ^0.1.2
  • topgg-autoposter ^2.0.1
  • ts-node ^10.8.1
  • typescript ^4.4.4
  • @typescript-eslint/eslint-plugin 5.30.3
  • @typescript-eslint/parser 5.30.3
  • eslint 8.18.0
  • eslint-config-airbnb-base 15.0.0
  • eslint-plugin-import 2.26.0
  • nodemon 2.0.18

  • Check this box to trigger a request for Renovate to run again on this repository

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.