"`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 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\n `do be about`: List people who contributed to this bot\n Source Code: https://github.com/ADawesomeguy/AwesomeSciBo (don't forget to star!)";
"`do be helping`: display this help message\n`do be roundgen`: send a pdf round to the channel\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 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\n `do be about`: List people who contributed to this bot\n Source Code: https://github.com/ADawesomeguy/AwesomeSciBo (don't forget to star!)";
client.once("ready",()=>{
client.once("ready",()=>{
mongoose
// Connect to MongoDB using mongoose
.connect(process.env.MONGO_URI,{
if(!process.env.CI){
useUnifiedTopology:true,
mongoose
useNewUrlParser:true,
.connect(process.env.MONGO_URI,{
})
useUnifiedTopology:true,
.then(()=>{
useNewUrlParser:true,
console.log(client.user.username);
})
client.user.setActivity(
.then(()=>{
'for "do be helping" | Add me to your own server: adat.link/awscibo',
// Log client tag and set status
{type:"WATCHING"}
console.log(`Logged in as: ${client.user.username}!`);
);
client.user.setActivity(
})
'for "do be helping" | Add me to your own server: adat.link/awscibo',