fix: spelling issue
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "revolt-nodejs-bindings",
|
"name": "revolt-nodejs-bindings",
|
||||||
"version": "0.7.15-rev0.0.2",
|
"version": "0.7.15-rev0.0.3",
|
||||||
"description": "Node.js bindings for the Revolt software",
|
"description": "Node.js bindings for the Revolt software",
|
||||||
"main": "index.node",
|
"main": "index.node",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
@@ -733,7 +733,7 @@ impl User {
|
|||||||
"email": account.email,
|
"email": account.email,
|
||||||
"list": reason.join(", "),
|
"list": reason.join(", "),
|
||||||
"duration": duration_days,
|
"duration": duration_days,
|
||||||
"duration_diplay": if duration_days.is_some() {
|
"duration_display": if duration_days.is_some() {
|
||||||
"block"
|
"block"
|
||||||
} else {
|
} else {
|
||||||
"none"
|
"none"
|
||||||
|
|||||||
Reference in New Issue
Block a user