commit e5cae50769b02b22188b3b3b23a297250338f680
parent 023f0c5a4155978f7f0dcc2329d7fa6eb7af7bdf
Author: underd0g1 <hide4@comcast.net>
Date: Thu, 29 Oct 2020 20:31:41 -0400
updated the help menu
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lib/3party.js b/lib/3party.js
@@ -115,7 +115,6 @@ const ytresults =async (arguements, message) => {
for( var i=0; i < arguements.length; i++){
args += arguements[i]+" ";
}
- console.log(args);
options ={
q: args,
part: "snippet",
@@ -124,8 +123,8 @@ const ytresults =async (arguements, message) => {
let result = await ytcall(config.token.youtubekey,options);
var link = ("url: " + "https://youtube.com/watch?v=" + result.items[0].id.videoId);
console.log(link);
- console.log(args);
return link;
+
}
module.exports = {
diff --git a/lib/tools.js b/lib/tools.js
@@ -20,7 +20,8 @@ const help = async(arguements, message) =>{
- !code
- !beer
- !joke
- - !yt [topic]
+ - !stocks [symbol]
+ - !yt [topic]
`)
}
else{