Package Details: red-discordbot-git 3.4.5.r25.g7630e2482-2

Git Clone URL: https://aur.archlinux.org/red-discordbot-git.git (read-only, click to copy)
Package Base: red-discordbot-git
Description: Red - A fully customizable Discord bot
Upstream URL: https://github.com/Cog-Creators/Red-DiscordBot
Licenses: GPL
Conflicts: red-discordbot
Provides: red-discordbot
Submitter: xiretza
Maintainer: None
Last Packager: xiretza
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-03 10:12 (UTC)
Last Updated: 2021-01-22 15:18 (UTC)

Pinned Comments

xiretza commented on 2021-01-22 15:14 (UTC)

To create a new instance, run sudo -u redbot redbot-setup, enter the name of the bot and confirm the default location (should be /var/lib/Red-DiscordBot/<instance name>.

After this, you have to run sudo -u redbot redbot <instance name> from your terminal once, since token and prefix configuration can't be done in redbot-setup for whatever reason.

Now, you can finally start the systemd service: systemctl start red-discordbot@<instance name>.service.

Latest Comments

micwoj92 commented on 2022-09-08 10:33 (UTC) (edited on 2022-09-08 10:33 (UTC) by micwoj92)

This currently fails to build, at first It needs to have python-discord at version >2.0.0. I requested orphan request there and will get here eventually.

xiretza commented on 2021-01-22 15:14 (UTC)

To create a new instance, run sudo -u redbot redbot-setup, enter the name of the bot and confirm the default location (should be /var/lib/Red-DiscordBot/<instance name>.

After this, you have to run sudo -u redbot redbot <instance name> from your terminal once, since token and prefix configuration can't be done in redbot-setup for whatever reason.

Now, you can finally start the systemd service: systemctl start red-discordbot@<instance name>.service.

xiretza commented on 2021-01-22 15:11 (UTC)

I had a WIP patch to update to v3 lying around locally for a while, but the upstream handling of config file paths made integrating it into a systemd service quite difficult. In the end I just resorted to patching the damn thing, let me know if anyting doesn't work.

micwoj92 commented on 2021-01-21 19:24 (UTC) (edited on 2021-01-21 19:25 (UTC) by micwoj92)

Last commit on develop was 1,5 years, does it even work anymore? Also when I go to GitHub the default branch is v3/develop so I think it should be changed.

Wyn commented on 2019-01-18 06:44 (UTC)

@xiretza

Oh my bad, I read the branch url wrong thinking it was for v3. V3 swapped from ffmpeg to java and v3 docs can be found here: https://red-discordbot.readthedocs.io/en/v3-develop/install_linux_mac.html

xiretza commented on 2019-01-14 17:08 (UTC)

@Wyn you flagged this package out of date:

Dependencies out of date, only required packages: python-pip, git, base-devel, jre8-openjdk

(Java is now used for audio, not ffmpeg)

Do you have a source for that? The official install instructions at https://twentysix26.github.io/Red-Docs/red_install_archlinux/ still say ffmpeg.