-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added username file #23
base: master
Are you sure you want to change the base?
Conversation
@daemon1024 can you check the username? hyphen allowed? |
Can we change the username to your GitHub one? |
sure
…On Fri, Oct 14, 2022 at 4:42 PM Barun Acharya ***@***.***> wrote:
Can we change the username to your GitHub one?
—
Reply to this email directly, view it on GitHub
<#23 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/A3RUCKOO3TVDLXWEILUBZ2TWDE5YZANCNFSM6AAAAAARCJNQLE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
cool..so would you like to do it yourself? |
@@ -0,0 +1,12 @@ | |||
data "discord_member" "I-r0k" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I-r0k -> "your username"
user_id = 760016973593051136 | ||
} | ||
|
||
resource "discord_member_roles" "I-r0k" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I-r0k -> "your username"
|
||
resource "discord_member_roles" "I-r0k" { | ||
server_id = data.discord_server.server.id | ||
user_id = data.discord_member.DrQuark.id |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
DrQuark -> "your username"
I've mentioned the required changes, give it a try, feel free to reach out for help here or on JODC discord, if you face any problem. |
No description provided.