Activities bot discord как использовать
Activities is a slash command bot for starting Discord’s new voice channel activities. Simply add the bot and use /activity in your server, and you can select a voice channel and the activity to open.
Free Activities
Boost Activities
Discord requires your server to be boosted to level 1 or higher to use these activities.
Nitro Activities
Discord requires at least one player to have Discord Nitro to use these activities.
- SpellCast
- Poker Night
- Land-io
- Blazing 8s
- Chess In The Park
- Letter League
- Checkers In The Park
Activities bot discord как использовать
Distinguish your server from others with one of the most traditional games in the world!
WHY SHOULD I USE THE BOT?
See why you should add GarticBOT into your server
ADVANTAGES
Interaction
Improve your engagement through a funny interaction with players
ADVANTAGES
Engagement
Your audience shall spend more time in your server since you are providing fun
HOW TO PLAY ON DISCORD?
How playability works in Discord
GUESS
GarticBOT provides a drawing, so the players must guess it
BREAK RECORDS
Playing together, members of the server help each other in matter of breaking new records
HOW DOES A BOT COMMAND WORK?
Check the command list you must use to control GarticBOT
g.gartic
Starts the game on the actual (#) channel
g.end
Ends the game on the actual (#) channel
g.restart
Restarts a new match on the channel
You must have permission to kick someone out, or be assigned with GarticMod role
g.skip
The BOT skips the actual drawing (only 3x per turn)
g.hint
The BOT gives you an answer hint (only 5x per turn)
g.drawing
The BOT shows the actual drawing once again
g.record
The BOT lists the channel’s record
How to set custom activity for discord.js bot in version 14?
I want to set a custom activity for my discord bot without using any of the predefined types such as Playing, Watching, Listening, etc. I used the correct types according to the documentation but I can’t seem to figure out why the custom status will not show anything for the bot.
const < Client, GatewayIntentBits, ActivityType >= require ('discord.js'); const client = new Client (< intents: [GatewayIntentBits.GUILDS] >); client.on ('ready', () => < console.log (`Logged in as $ !`); client.user.setPresence (< activities: [ < name: 'Custom status', type: ActivityType.Custom, >, ], status: 'online', >); >); client.login ('token');
I have tried using Playing and it works just fine.
const < Client, GatewayIntentBits, ActivityType >= require ('discord.js'); const client = new Client (< intents: [GatewayIntentBits.GUILDS] >); client.on ('ready', () => < console.log (`Logged in as $ !`); client.user.setPresence (< activities: [ < name: 'Random Game', type: ActivityType.Playing, >, ], status: 'online', >); >); client.login ('token');
asked Mar 21 at 17:10
SoRRoW.DaDa SoRRoW.DaDa
5 1 1 bronze badge
I don’t think bots can have custom statuses.
Mar 21 at 17:17
I would assume there’s no workaround it correct?
Mar 21 at 17:37
1 Answer 1
You can import it from discord.js:
const < Client, GatewayIntentBits, ActivityType >= require('discord.js');
And set like this
client.user.setPresence(< activities: [< name: `discord.js v14`, type: ActivityType.Watching >], status: 'Hello world', >);
Activities bot — How does this work?
Hey! So today I found out about this «activities» bot. I know «activities» exist for a while now, which was originally a Discord lab only thing but now also got expanded to some random servers. I’ve been waiting for a long time to see these show up in other server too, but it seems to take ages.
Apparently, this bot is some sort of bypass. It seems like it generates some sort of URL after you use the command where you specify the voice chat and «activity» you want and once you click on it, will actually start the activity in your Discord channel like it would when «regularly» available in your server.
I tried taking a look at the URL’s it seems to generate, but I can’t really figure out what this bot exactly does. I am very curious, because it just seems like Discord has activities enabled for everyone but just limited the way to actually start them, which this bot seems to bypass. Am I thinking correctly?