consthelpMessage="`do be helping`: display this help message\n`do be roundgen`: send a pdf round to the channel\n`do be roundgen dm`: dm a pdf round to you\n`do be scoring`: start a scoring session\n > `do be scoring (a/b)(4/10)`: add points to Team A or Team B\n > `do be scoring stop`: end scoring session and post final points\n`do be hits`: send the number of rounds generated\n`do be servers`: send the number of servers this bot is a part of\n`do be iss`: show the current location of the International Space Station\n`do be training`: send a quick practice problem (you **must** react to your answer, or the bot will yell at you)\n > subject options: astro, phys, chem, math, bio, ess, energy\n`do be top`: list cross-server top 10 players\nSource Code: https://github.com/ADawesomeguy/AwesomeSciBo (don't forget to star!)";
consthelpMessage="`do be helping`: display this help message\n`do be roundgen`: send a pdf round to the channel\n`do be roundgen dm`: dm a pdf round to you\n`do be scoring`: start a scoring session\n > `do be scoring (a/b)(4/10)`: add points to Team A or Team B\n > `do be scoring stop`: end scoring session and post final points\n`do be hits`: send the number of rounds generated\n`do be servers`: send the number of servers this bot is a part of\n`do be iss`: show the current location of the International Space Station\n`do be training`: send a quick practice problem (you **must** react to your answer, or the bot will yell at you)\n > subject options: astro, phys, chem, math, bio, ess, energy\n`do be top`: list cross-server top 10 players\nSource Code: https://github.com/ADawesomeguy/AwesomeSciBo (don't forget to star!)";
client.users.cache.get(message.author.id).send(newDiscord.MessageEmbed().setTitle("Here's your round!").attachFiles("round.pdf")).catch(()=>message.reply("Unable to DM you! Make sure DMs from server members are allowed."));
client.users.cache.get(message.author.id).send(newDiscord.MessageEmbed().setTitle("Here's your round!").attachFiles("round.pdf")).catch(()=>message.reply("Unable to DM you! Make sure DMs from server members are allowed."));
}else{
}else{
@ -48,7 +55,82 @@ async function generateRound(isDM) {
hits++;
hits++;
}
}
asyncfunctionotherCommands(){
asyncfunctionstartScoring(message){
letscoreA=0;
letscoreB=0;
constscoreboard=awaitmessage.channel.send(`Here's the score:\nTeam A: ${scoreA}\nTeam B: ${scoreB}`)
message.channel.send(newDiscord.MessageEmbed().setTitle(`Don't Worry Be Happy!`).setImage("https://media.giphy.com/media/7OKC8ZpTT0PVm/giphy.gif").setURL("https://youtu.be/d-diB65scQU"));
message.channel.send(newDiscord.MessageEmbed().setTitle("The current location of the ISS!").setImage(`https://api.mapbox.com/styles/v1/mapbox/light-v10/static/pin-s+000(${data.iss_position.longitude},${data.iss_position.latitude})/-87.0186,20,1/1000x1000?access_token=pk.eyJ1IjoiYWRhd2Vzb21lZ3V5IiwiYSI6ImNrbGpuaWdrYzJ0bGYydXBja2xsNmd2YTcifQ.Ude0UFOf9lFcQ-3BANWY5A`).setURL('https://spotthestation.nasa.gov/tracking_map.cfm'));
});
}
asyncfunctionshowLeaderboard(message){
letmessageContent='';
letscores=[];
constdirectoryPath=path.join('userScore');
fs.readdir(directoryPath,function(err,files){
if(err){
returnconsole.log('Unable to scan directory: '+err);
message.channel.send(newDiscord.MessageEmbed().setTitle(`Don't Worry Be Happy!`).setImage("https://media.giphy.com/media/7OKC8ZpTT0PVm/giphy.gif").setURL("https://youtu.be/d-diB65scQU"));
message.channel.send(newDiscord.MessageEmbed().setTitle("The current location of the ISS!").setImage(`https://api.mapbox.com/styles/v1/mapbox/light-v10/static/pin-s+000(${data.iss_position.longitude},${data.iss_position.latitude})/-87.0186,20,1/1000x1000?access_token=pk.eyJ1IjoiYWRhd2Vzb21lZ3V5IiwiYSI6ImNrbGpuaWdrYzJ0bGYydXBja2xsNmd2YTcifQ.Ude0UFOf9lFcQ-3BANWY5A`).setURL('https://spotthestation.nasa.gov/tracking_map.cfm'));
});
}
asyncfunctionshowLeaderboard(){
letmessageContent='';
letscores=[];
constdirectoryPath=path.join('userScore');
fs.readdir(directoryPath,function(err,files){
if(err){
returnconsole.log('Unable to scan directory: '+err);