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 toolkit11mo 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
xjanex11mo ago
hello any help?
Not So Marv
Not So Marv11mo ago
Discord.ActivityType.Watching
xjanex
xjanex11mo ago
ye i typed this it gave me an error
Not So Marv
Not So Marv11mo ago
Show the error?
xjanex
xjanex11mo 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
TheRealJohan™
TheRealJohan™11mo ago
so import discord
Not So Marv
Not So Marv11mo ago
^
xjanex
xjanex11mo ago
wdym
Not So Marv
Not So Marv11mo ago
How did you define Constants earlier?
TheRealJohan™
TheRealJohan™11mo ago
the error means what it says, the variable Discord doesn't exist in your file or it's assigned undefined
xjanex
xjanex11mo ago
how do i fix it
TheRealJohan™
TheRealJohan™11mo 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
xjanex11mo ago
or how can i set it to "watching" with : Constants.ActivityTypes. ??
Not So Marv
Not So Marv11mo ago
.Watching
Want results from more Discord servers?
Add your server
More Posts