Skip to content

Commit 58c86a0

Browse files
committed
Change all references to TCA
1 parent 9fbcc6a commit 58c86a0

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bot.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ async def on_member_join(member):
198198
inviter = await bot.tracker.fetch_inviter(member)
199199
rules = member.guild.rules_channel.mention
200200
embed = discord.Embed(
201-
title='Welcome to The Coding Academy!',
201+
title='Welcome to The Coding Realm!',
202202
description=(
203203
f'Welcome {member.mention}, we\'re glad you joined! Before you get'
204204
' started, here are some things to check out: \n**Read the Rules:'
@@ -220,7 +220,7 @@ async def on_member_join(member):
220220
d = ImageDraw.Draw(txt)
221221
fill = (255, 255, 255, 255)
222222
font = ImageFont.truetype("storage/fonts/Poppins/Poppins-Bold.ttf", 25)
223-
text = "Welcome to The Coding Academy"
223+
text = "Welcome to The Coding Realm"
224224
text_width, text_height = d.textsize(text, font)
225225
d.text(((txt.size[0] - text_width) // 2, (txt.size[1] // 31) * 1), text, font=font, fill=fill, align='center')
226226
font = ImageFont.truetype("storage/fonts/Poppins/Poppins-Bold.ttf", 15)
@@ -461,7 +461,7 @@ async def after_invoke(ctx):
461461

462462
@tasks.loop(minutes=2)
463463
async def status_change():
464-
statuses = ['over TCA', 'you', 'swas', '@everyone', 'general chat', 'discord', ',help', 'your mom',
464+
statuses = ['over TCR', 'you', 'swas', '@everyone', 'general chat', 'discord', ',help', 'your mom',
465465
'bob and shadow argue', 'swas simp for false', 'new members', 'the staff team',
466466
random.choice(bot.get_guild(681882711945641997).get_role(795145820210462771).members).name,
467467
'helpers', 'code', 'mass murders', 'karen be an idiot', 'a video', 'watches', 'bob',

cogs/brawl.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@ async def endgame(self, ctx, user=None):
4848

4949
@commands.group(invoke_without_command=True)
5050
async def brawl(self, ctx):
51-
embed=discord.Embed(title="TCA ***BRAWL*** Version 1.0.0", description="TCA Brawl is a turn-based fighting game written in Python and playable via a Discord bot. It includes all of your"
52-
" favorite TCA members and former TCA members.", color=discord.Color.random())
51+
embed=discord.Embed(title="TCR ***BRAWL*** Version 1.0.0", description="TCR Brawl is a turn-based fighting game written in Python and playable via a Discord bot. It includes all of your"
52+
" favorite TCR members and former TCR members.", color=discord.Color.random())
5353
embed.add_field(name="How to Play:", value="Grab a friend and take a bot channel. Use the `brawl battle` command to get started! The `battle` command has two aliases,"
5454
" `fight` and `start`. You will be prompted to pick a character, then the game will begin! If you want info on a character before playing, use `brawl info`.", inline=False)
5555
embed.add_field(name="All Commands:", value="`brawl`, `info`, `help`, `faq`.", inline=False)
5656
embed.add_field(name="Our FAQ", value="You may want to suggest a character, or you don't want your own person in the game. Check the FAQ to see how to deal with stuff.", inline=False)
5757
embed.set_thumbnail(url="https://images-ext-2.discordapp.net/external/SydGsxAv1JDLCgm4qALPhcke7fv6TWoyVR2lQhEu-NI/%3Fsize%3D128/https/cdn.discordapp.com/icons/681882711945641997/a_2c2eeae970672cefecdb5b8536f42a47.gif")
5858
embed.set_image(url="https://media.discordapp.net/attachments/773319739581136916/864310160520249384/tcabrawl.png?width=1025&height=404")
59-
embed.set_footer(text="TCA Brawl created by UnsoughtConch.")
59+
embed.set_footer(text="TCR Brawl created by UnsoughtConch.")
6060

6161
faq = discord.Embed(title="Frequently Asked Questions", description="These aren't really frequently asked.", color=discord.Color.random())
6262
faq.add_field(name="Why am I not a character here?", value="This has a few answers. You either aren't very familiar, we haven't got to you yet, or we can't think of a good moveset for you.")
6363
faq.add_field(name="I'm in this game and don't want to be. How can I remove myself?", value="If you don't want to be in our game, please contact UnsoughtConch#9225.")
6464
faq.add_field(name="I want to make improvements to the game/a character. Can I?", value="Of course! Make a pull request from [the Coding Bot repository](https://github.com/The-Coding-Academy/Coding-Bot-v4) and edit the JSON or code!")
6565
faq.add_field(name="How can I suggest a character?", value="Contact UnsoughtConch#9225.")
6666

67-
chars = discord.Embed(title="TCA ***BRAWL*** Characters")
67+
chars = discord.Embed(title="TCR ***BRAWL*** Characters")
6868
for character in data:
6969
char = data[character]
7070
desc = f"Class: {char['class']}\nAttack One: {char['atk_1']['name']}\nAttack Two: {char['atk_2']['name']}\nAbility: {char['ability']['name']}"
@@ -137,10 +137,10 @@ async def faq(self, ctx):
137137
async def info(self, ctx):
138138
menu_opts = []
139139
char_embds = dict()
140-
chars = discord.Embed(title="TCA ***BRAWL*** Characters", description="Select a character from the select menu to get started!")
140+
chars = discord.Embed(title="TCR ***BRAWL*** Characters", description="Select a character from the select menu to get started!")
141141
for character in data:
142142
menu_opts.append(SelectOption(character, character))
143-
embed = discord.Embed(title="TCA ***BRAWL*** | " + character, color=discord.Color.random(), description=f"Character Class: {data[character]['class']}")
143+
embed = discord.Embed(title="TCR ***BRAWL*** | " + character, color=discord.Color.random(), description=f"Character Class: {data[character]['class']}")
144144
embed.add_field(name="Attack One:", value=f"NAME: {data[character]['atk_1']['name']}\nDAMAGE: {data[character]['atk_1']['dmg']}")
145145
embed.add_field(name="Attack Two:", value=f"NAME: {data[character]['atk_2']['name']}\nDAMAGE: {data[character]['atk_2']['dmg']}")
146146
type = data[character]['ability']['type']

cogs/mod.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ async def _verify(self, ctx, *, target: BelowMember):
240240
Manually verify a member.
241241
"""
242242
if not ctx.guild.id == 681882711945641997:
243-
return await ctx.send(embed=ctx.error('Must be in The Coding Academy'))
243+
return await ctx.send(embed=ctx.error('Must be in The Coding Realm'))
244244
member = ctx.guild.get_role(744403871262179430)
245245
if member in target.roles:
246246
return await ctx.send(embed=ctx.error('Member is already verified'))

0 commit comments

Comments
 (0)