Implement /nick command #53

Open
opened 2020-01-21 22:51:25 +00:00 by eatsfoobars · 2 comments
Collaborator
No description provided.
a added the
patch idea
label 2020-07-31 14:13:03 +00:00

Is it supposed to change your nickname in a specific guild or across Discord?

Is it supposed to change your nickname in a specific guild or across Discord?
Contributor

discord doesn't have this itself?

    <string name="command_nick_description">Change nickname on this server.</string>
    <string name="command_nick_failure">Your nickname could not be changed on this server.</string>
    <string name="command_nick_failure_permission">You do not have the **Change Nickname** permission on this server.</string>
    <string name="command_nick_reset">Your nickname on this server has been reset.</string>
    <string name="command_nick_success">Your nickname on this server has been changed to **%1$s**.</string>

EDIT: Oh discord doesn't have this, only strings exists.

discord doesn't have this itself? ```xml <string name="command_nick_description">Change nickname on this server.</string> <string name="command_nick_failure">Your nickname could not be changed on this server.</string> <string name="command_nick_failure_permission">You do not have the **Change Nickname** permission on this server.</string> <string name="command_nick_reset">Your nickname on this server has been reset.</string> <string name="command_nick_success">Your nickname on this server has been changed to **%1$s**.</string> ``` EDIT: Oh discord doesn't have this, only strings exists.
This repo is archived. You cannot comment on issues.
No Milestone
No Assignees
3 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: distok/cutthecord#53
No description provided.