Skip to content

Commit 2fa5b16

Browse files
committed
New domain
1 parent 8ea62a6 commit 2fa5b16

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed

bot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/normal/fun-normal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/normal/general-normal.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55
@@ -41,7 +41,7 @@ async def botinfo(self, context: Context) -> None:
4141
:param context: The context in which the command has been executed.
4242
"""
4343
embed = disnake.Embed(
44-
description="Used [Krypton's](https://krypt0n.co.uk) template",
44+
description="Used [Krypton's](https://krypton.ninja) template",
4545
color=0x9C84EF
4646
)
4747
embed.set_author(

cogs/normal/moderation-normal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/normal/owner-normal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/normal/template-normal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/slash/fun-slash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/slash/general-slash.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55
@@ -41,7 +41,7 @@ async def botinfo(self, interaction: ApplicationCommandInteraction) -> None:
4141
:param interaction: The application command interaction.
4242
"""
4343
embed = disnake.Embed(
44-
description="Used [Krypton's](https://krypt0n.co.uk) template",
44+
description="Used [Krypton's](https://krypton.ninja) template",
4545
color=0x9C84EF
4646
)
4747
embed.set_author(

cogs/slash/moderation-slash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

cogs/slash/owner-slash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
""""
2-
Copyright © Krypton 2021 - https://github.com/kkrypt0nn (https://krypt0n.co.uk)
2+
Copyright © Krypton 2022 - https://github.com/kkrypt0nn (https://krypton.ninja)
33
Description:
44
This is a template to create your own discord bot in python.
55

0 commit comments

Comments
 (0)