Add the bot to your server now, or join the server!
Actor is the best activities bot you'll ever use.
It supports more Discord activities than any other bot:
- Actor: At least 14 Discord activities, 24 at most
- Activities: 8 Discord activities
- Discord Games Lab: 8 Discord activities
- Youtube Together: At least 5 Discord activities, 7 at most
- Philbert: 5 Discord activities
- Voice Activities: 5 Discord activities
And even if the bot doesn't update, it doesn't have to. Actor comes with custom activity support, so if you know an activity ID, you can use it.
Actor also comes with permissions. Don't want a specific role using it, or you want to prevent your server from using an activity? Use /settings
. Requires you to be the owner of the server, or have the Manage Server permission. If you can run /settings
, you can use every activity anyway.
You definitely won't need this guide if you're an average user. But especially:
- If you don't know what self-hosting is
- You don't have basic knowledge of Node.js and npm
- You don't know how to navigate Discord's developer portal
- You don't know how to use the terminal
But if you're looking to self-host, here you go.
npm install discord.js @discordjs/builders @discordjs/rest discord-api-types enmap bufferutil discord/erlpack utf-8-validate zlib-sync
npm install eslint prettier --save-dev
Open up config_tmp.json
. Don't worry about renaming it, the bot does that for you.
Put your bot token in token
and the ID of your application in client
.
The feedback
and errors
options use webhooks. If you want to enable them, id
and token
for each are taken from the webhook URL: https://discord.com/api/webhooks/{id}/{token}
-- but they're set to false
to help make bot hosting easier.
With errors
disabled, errors will not be logged to the console, and with feedback
disabled, /feedback
will not work. The former is to protect privacy, as errors
is tied to automatic error reporting.
node commands
node start
commands.js
is licensed under MIT, while the rest of the code is licensed under AGPL-3.0.
SPDX-License-Identifier: MIT AND AGPL-3.0-only
Copyright (C) 2021 JBMagination
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.