mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
parent
7f22d27d51
commit
ee3be8b633
1
changelog.d/3008.misc.rst
Normal file
1
changelog.d/3008.misc.rst
Normal file
@ -0,0 +1 @@
|
||||
update some UI to include copyright
|
||||
@ -79,7 +79,7 @@ async def sigterm_handler(red, log):
|
||||
|
||||
|
||||
def main():
|
||||
description = "Red V3"
|
||||
description = "Red V3 (c) Cog Creators"
|
||||
cli_flags = parse_cli_flags(sys.argv[1:])
|
||||
if cli_flags.list_instances:
|
||||
list_instances()
|
||||
|
||||
@ -25,6 +25,8 @@
|
||||
# Additionally, this gives our users a bit more customization options including by
|
||||
# 3rd party cogs down the road.
|
||||
|
||||
# Note: 3rd party help must not remove the copyright notice
|
||||
|
||||
import asyncio
|
||||
from collections import namedtuple
|
||||
from typing import Union, List, AsyncIterator, Iterable, cast
|
||||
|
||||
@ -298,6 +298,7 @@ class Core(commands.Cog, CoreLogic):
|
||||
"Red is backed by a passionate community who contributes and "
|
||||
"creates content for everyone to enjoy. [Join us today]({}) "
|
||||
"and help us improve!\n\n"
|
||||
"(c) Cog Creators"
|
||||
).format(red_repo, author_repo, org_repo, support_server_url)
|
||||
|
||||
embed = discord.Embed(color=(await ctx.embed_colour()))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user