Skip to content

Commit

Permalink
Changed Contributor name 'NekoFanatic' into 'Infinity'
Browse files Browse the repository at this point in the history
  • Loading branch information
Inf-inity authored and Inf-inity committed Jun 17, 2022
1 parent f7e9b42 commit c3d720d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion administration/roles/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ async def inner(_, ctx: Context, *, role: Role):


class RolesCog(Cog, name="Roles"):
CONTRIBUTORS = [Contributor.Defelo, Contributor.NekoFanatic]
CONTRIBUTORS = [Contributor.Defelo, Contributor.Infinity]

def __init__(self):
super().__init__()
Expand Down
2 changes: 1 addition & 1 deletion contributor.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ class Contributor(ContributorBase):
Tristan = (277069925678317568, "MDQ6VXNlcjQ1MzMwNjY3")
Tert0 = (621330363167539210, "MDQ6VXNlcjYyMDM2NDY0")
MarcelCoding = (398895973490884608, "MDQ6VXNlcjM0ODE5NTI0")
NekoFanatic = (846009958062358548, "MDQ6VXNlcjgzODgzODQ5")
Infinity = (846009958062358548, "MDQ6VXNlcjgzODgzODQ5")
Felux = (206815202375761920, "MDQ6VXNlcjMyNzQ5NzE0")
hackandcode = (301823559737671680, "MDQ6VXNlcjI3Njc5Mjc0")
2 changes: 1 addition & 1 deletion moderation/content_filter/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def check_message(message: Message) -> None:


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

@get_userlog_entries.subscribe
async def handle_get_ulog_entries(self, user_id: int, _):
Expand Down
2 changes: 1 addition & 1 deletion moderation/invites/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class InvitesCog(Cog, name="Allowed Discord Invites"):
Contributor.wolflu,
Contributor.TNT2k,
Contributor.Florian,
Contributor.NekoFanatic,
Contributor.Infinity,
]

@get_userlog_entries.subscribe
Expand Down
2 changes: 1 addition & 1 deletion moderation/logging/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ async def disable_channel(ctx: Context):


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

async def get_logging_channel(self, setting: LoggingSettings) -> Optional[TextChannel]:
return self.bot.get_channel(await setting.get())
Expand Down
2 changes: 1 addition & 1 deletion moderation/spam_detection/cog.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async def _send_changes(ctx: Context, amount: int, change_type: str, description


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

async def on_voice_state_update(self, member: Member, before: VoiceState, after: VoiceState):
"""
Expand Down

0 comments on commit c3d720d

Please sign in to comment.