TS3AudioBot icon indicating copy to clipboard operation
TS3AudioBot copied to clipboard

need help

Open GhostingGodzilla opened this issue 3 years ago • 3 comments

Describe the problem whatever command I type I get this error

<21:42:02> "TS3AudioBot": Error: You cannot execute 'bot setup'. You are missing the 'cmd.bot.setup' right! <21:44:25> "TS3AudioBot": Error: You cannot execute 'play'. You are missing the 'cmd.play' right!

To Reproduce just type to it

System Information

  • Platform: (Ubuntu 16.04, Debian 8, Arch, etc)
    window 10

  • Mono version: (mono -V)

  • Which commit did you download: (or on prebuilt: mono TS3AudioBot.exe -V)

https://splamy.de/tsaudiobot/home Windows x64

GhostingGodzilla avatar Apr 21 '22 01:04 GhostingGodzilla

you can find a "rights.toml" on the home directory from the bot. in this you must set your unique ID, or the Group-ID from Server Admin or your IP-Adress as admin for a example:

[[rule]]
	# Set your admin Group Ids here, ex: [ 13, 42 ]
	groupid = [8]
	# And/Or your admin Client Uids here
	useruid = [ "wSrO0BuH9tJBdbE2udtGcQBXRQo=" ]
	# By default treat requests from localhost as admin
	ip = [ "127.0.0.1", "::1" ]

	"+" = "*" 

Timon0586 avatar Apr 27 '22 09:04 Timon0586

I did that and it's not working

GhostingGodzilla avatar Apr 27 '22 15:04 GhostingGodzilla

Did you get it working eventually? You need to restart the bot after editing the rights.toml file.

Flakebi avatar Sep 09 '22 06:09 Flakebi