mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
[V3] Remove mentions of Red being in Alpha and update README (#1083)
* Remove mentions of alpha version * Update README.rst * Give the option for git build in README
This commit is contained in:
@@ -13,7 +13,7 @@ from redbot.core.sentry_setup import init_sentry_logging
|
||||
from redbot.core.cli import interactive_config, confirm, parse_cli_flags, ask_sentry
|
||||
from redbot.core.core_commands import Core
|
||||
from redbot.core.dev_commands import Dev
|
||||
from redbot.core import rpc
|
||||
from redbot.core import rpc, __version__
|
||||
import asyncio
|
||||
import logging.handlers
|
||||
import logging
|
||||
@@ -85,7 +85,7 @@ def main():
|
||||
cli_flags = parse_cli_flags(sys.argv[1:])
|
||||
load_basic_configuration(cli_flags.instance_name)
|
||||
log, sentry_log = init_loggers(cli_flags)
|
||||
description = "Red v3 - Alpha"
|
||||
description = "Red - Version {}".format(__version__)
|
||||
red = Red(cli_flags, description=description, pm_help=None)
|
||||
init_global_checks(red)
|
||||
init_events(red, cli_flags)
|
||||
|
||||
@@ -48,7 +48,7 @@ def interactive_config(red, token_set, prefix_set):
|
||||
|
||||
def ask_sentry(red: Red):
|
||||
loop = asyncio.get_event_loop()
|
||||
print("\nThank you for installing Red V3 alpha! The current version\n"
|
||||
print("\nThank you for installing Red V3 beta! The current version\n"
|
||||
" is not suited for production use and is aimed at testing\n"
|
||||
" the current and upcoming featureset, that's why we will\n"
|
||||
" also collect the fatal error logs to help us fix any new\n"
|
||||
|
||||
Reference in New Issue
Block a user