how to set my bot status to "watching"

Constants.ActivityTypes.GAME, this makes my bot status to "playing" , i want it to be "watching how?"
15 Replies
d.js toolkit
d.js toolkit17mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button!
xjanex
xjanexOP17mo ago
hello any help?
Not So Marv
Not So Marv17mo ago
Discord.ActivityType.Watching
xjanex
xjanexOP17mo ago
ye i typed this it gave me an error
Not So Marv
Not So Marv17mo ago
Show the error?
xjanex
xjanexOP17mo ago
k wait here it is
type: Discord.ActivityType.Watching,
^
ReferenceError: Discord is not defined
at file:///home/container/discord.js:53:11
type: Discord.ActivityType.Watching,
^
ReferenceError: Discord is not defined
at file:///home/container/discord.js:53:11
@needhamgeorge
Silver
Silver17mo ago
so import discord
Not So Marv
Not So Marv17mo ago
^
xjanex
xjanexOP17mo ago
wdym
Not So Marv
Not So Marv17mo ago
How did you define Constants earlier?
Silver
Silver17mo ago
the error means what it says, the variable Discord doesn't exist in your file or it's assigned undefined
xjanex
xjanexOP17mo ago
how do i fix it
Silver
Silver17mo ago
you should learn javascript before building a discord bot
To create a bot with discord.js, you should have a fairly decent grasp of JavaScript itself. While you can make a bot with very little JavaScript and programming knowledge, trying to do so without understanding the language first will only hinder you. You may get stuck on many uncomplicated issues, struggle with solutions to incredibly easy problems, and all-in-all end up frustrated. Sounds pretty annoying.
- https://discordjs.guide/#before-you-begin
xjanex
xjanexOP17mo ago
or how can i set it to "watching" with : Constants.ActivityTypes. ??
Not So Marv
Not So Marv17mo ago
.Watching
Want results from more Discord servers?
Add your server