#bump reminder with discordjs

21 messages · Page 1 of 1 (latest)

vapid spruce
#

how can i make a bump reminder for disboard with discordjs?

shrewd merlinBOT
#

• What's your exact discord.js npm list discord.js and node node -v version?
• Post the full error stack trace, not just the top part!
• Show your code!
• Explain what exactly your issue is.
• Not a discord.js issue? Check out #useful-servers.

vapid spruce
#

||@viscid citrus sorry for the ping but ur helpful||

chrome marsh
#

this is not discord.js related

vapid spruce
#

kind of is

chrome marsh
#

you're asking how to make bump reminders for disboard, not with discord.js

vapid spruce
#

ok

#

is that better

#

bump reminder with discordjs

chrome marsh
#

im not sure what this actually does though

#

disboard bumps discord servers to be shown on their website so this is where im having some confusion

vapid spruce
#

kind of like a ping system where the bot pings you 2 hours after you run the bump cmd

chrome marsh
#

you would need to store this information in a database, and then probably use a cronjob of somesort to check the time set in the database to know when the reminder should be made

vapid spruce
#

tried looking on the cron npm thing its so confusing

#

i dont knwo where to start

chrome marsh
#

it's not the easiest thing to do, but can you explain what a ping system is?

#

are you only trying to ping a role after a specific time you set? or a custom time that someone sets

#

this really does not have much to do with discord.js

vapid spruce
#

no, trying to ping myself

#

2 hours after i run the /bump cmd

#

ok, different question that should be easier then

is it possible to cancel a setInterval function in a slash command?