[V3 Core] More features for the bot invite URL (#1847)

* Add inviteset group command

* Fix errors

* Fix line break

* Remove user bot support

* Fix docstrings line breaks

* Remove embed specific formatting

* Remove invite redirect

* Add self argument to _can_get_invite_url

* Remove unused import

* fix errors related to classes + double help

* Removed self bot support
This commit is contained in:
El Laggron
2019-06-03 17:46:13 +02:00
committed by Michael H
parent 463d8d6306
commit 61b5730c48
2 changed files with 67 additions and 3 deletions

View File

@@ -60,6 +60,8 @@ class RedBase(commands.GroupMixin, commands.bot.BotBase, RPCMixin): # pylint: d
help__verify_checks=True,
help__verify_exists=False,
help__tagline="",
invite_public=False,
invite_perm=0,
disabled_commands=[],
disabled_command_msg="That command is disabled.",
api_tokens={},