Skip to content

Commit 1cb98f2

Browse files
chore: Add Damego to authors and to issue's assigners (#1144)
* chore: Add Damego to authors and to issue's assigners * ci: correct from checks. Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 00753f7 commit 1cb98f2

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

.github/ISSUE_TEMPLATE/report-bug.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ assignees:
88
- Astrea49
99
- Toricane
1010
- Catalyst4222
11+
- Damego
1112
body:
1213
- type: markdown
1314
attributes:

.github/ISSUE_TEMPLATE/request-feature.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ assignees:
88
- Astrea49
99
- Toricane
1010
- Catalyst4222
11+
- Damego
1112
body:
1213
- type: markdown
1314
attributes:

interactions/api/models/member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def guild_id(self) -> Optional[Union[Snowflake, LibraryException]]:
9191

9292
if not self._client:
9393
raise LibraryException(code=13)
94-
94+
9595
from .guild import Guild
9696

9797
if self.roles:

interactions/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
{"name": "Astrea<@Astrea49>", "status": "Developer"},
1616
{"name": "Toricane<@Toricane>", "status": "Developer"},
1717
{"name": "Catalyst<@Catalyst4222>", "status": "Developer"},
18+
{"name": "Damego<@Damego>", "status": "Developer"},
1819
],
1920
"old": [
2021
{"name": "James Walston<@jameswalston>"},

0 commit comments

Comments
 (0)