Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit c3d720d

Browse files
Inf-inityInf-inity
Inf-inity
authored and
Inf-inity
committed
Changed Contributor name 'NekoFanatic' into 'Infinity'
1 parent f7e9b42 commit c3d720d

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

administration/roles/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ async def inner(_, ctx: Context, *, role: Role):
8484

8585

8686
class RolesCog(Cog, name="Roles"):
87-
CONTRIBUTORS = [Contributor.Defelo, Contributor.NekoFanatic]
87+
CONTRIBUTORS = [Contributor.Defelo, Contributor.Infinity]
8888

8989
def __init__(self):
9090
super().__init__()

contributor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ class Contributor(ContributorBase):
1111
Tristan = (277069925678317568, "MDQ6VXNlcjQ1MzMwNjY3")
1212
Tert0 = (621330363167539210, "MDQ6VXNlcjYyMDM2NDY0")
1313
MarcelCoding = (398895973490884608, "MDQ6VXNlcjM0ODE5NTI0")
14-
NekoFanatic = (846009958062358548, "MDQ6VXNlcjgzODgzODQ5")
14+
Infinity = (846009958062358548, "MDQ6VXNlcjgzODgzODQ5")
1515
Felux = (206815202375761920, "MDQ6VXNlcjMyNzQ5NzE0")
1616
hackandcode = (301823559737671680, "MDQ6VXNlcjI3Njc5Mjc0")

moderation/content_filter/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ async def check_message(message: Message) -> None:
123123

124124

125125
class ContentFilterCog(Cog, name="Content Filter"):
126-
CONTRIBUTORS = [Contributor.NekoFanatic, Contributor.Defelo]
126+
CONTRIBUTORS = [Contributor.Infinity, Contributor.Defelo]
127127

128128
@get_userlog_entries.subscribe
129129
async def handle_get_ulog_entries(self, user_id: int, _):

moderation/invites/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ class InvitesCog(Cog, name="Allowed Discord Invites"):
9191
Contributor.wolflu,
9292
Contributor.TNT2k,
9393
Contributor.Florian,
94-
Contributor.NekoFanatic,
94+
Contributor.Infinity,
9595
]
9696

9797
@get_userlog_entries.subscribe

moderation/logging/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ async def disable_channel(ctx: Context):
111111

112112

113113
class LoggingCog(Cog, name="Logging"):
114-
CONTRIBUTORS = [Contributor.Defelo, Contributor.wolflu, Contributor.Tert0, Contributor.NekoFanatic]
114+
CONTRIBUTORS = [Contributor.Defelo, Contributor.wolflu, Contributor.Tert0, Contributor.Infinity]
115115

116116
async def get_logging_channel(self, setting: LoggingSettings) -> Optional[TextChannel]:
117117
return self.bot.get_channel(await setting.get())

moderation/spam_detection/cog.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ async def _send_changes(ctx: Context, amount: int, change_type: str, description
3030

3131

3232
class SpamDetectionCog(Cog, name="Spam Detection"):
33-
CONTRIBUTORS = [Contributor.ce_phox, Contributor.Defelo, Contributor.NekoFanatic]
33+
CONTRIBUTORS = [Contributor.ce_phox, Contributor.Defelo, Contributor.Infinity]
3434

3535
async def on_voice_state_update(self, member: Member, before: VoiceState, after: VoiceState):
3636
"""

0 commit comments

Comments
 (0)