Giter Club home page Giter Club logo

discord-youtube's Introduction

Hi ๐Ÿ‘‹ My name is Tovade

Hello, i'm a developer that often codes and games. I'm trying to learn new stuff all the time too.

  • ๐ŸŒย  I'm based in Belgium
  • โœ‰๏ธย  You can contact me at [email protected]
  • ๐Ÿš€ย  I'm currently working on Fyreactyl
  • ๐Ÿง ย  I'm learning tRCP
  • โšกย  I'm in your basement

Skills

GitJavaScriptTypeScriptReactNextJsHTML5CSS3BootstrapNodeJSExpressMongoDB

Socials

Badges

My GitHub Stats

Top Languages

My activity

From: 14 May 2024 - To: 21 May 2024

TypeScript   27 mins         โ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆโ–ˆ   100.00 %

discord-youtube's People

Contributors

dependabot[bot] avatar tovade avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

quangloc24

discord-youtube's Issues

The getChannelInfo() method returns "Promise { <pending> }"

I have a command that uses the getChannelInfo() method: getytchannelinfo.js
When I console.log(channelinfo), it returns nothing but Promise { <pending> }

Here is my code for getytchannelinfo.js:

const { MessageEmbed } = require('discord.js')

module.exports = {
	name: 'getytchannelinfo',
	description: 'Gets information about a YouTube channel.',
  options: [{
    name: 'ytchannel',
    description: 'The YouTube channel whose information to get.',
    type: 'STRING',
    required: true
  }],
	async execute(interaction) {
    const ytchannel = interaction.options.getString('ytchannel')

    const channelinfo = interaction.client.YTP.getChannelInfo(ytchannel)


    await interaction.reply(channelinfo.toString())
    console.log(channelinfo)
    
	},
};

Edit: Same issue also happening with getLatestVideos() method

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.