You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# ALTERSHAPER Bot - ALTER EGO Wiki Moderation Bot
2
2
3
-
A lawful angel Discord moderator—speaks in CAPS with pseudo-biblical English.
3
+
A lawful angel Discord moderator—speaks in pseudo-biblical English. Has utilities to link an account with a wiki account, and give out appropriate roles.
4
4
5
5
Extensive documentation will be found here: https://alter-ego.fandom.com/wiki/Help:ALTERSHAPER
`**THOU HAST BEEN CAST INTO THE ETERNAL VOID!\n\nACTION: BANISHED FROM THE ALTER EGO WIKI\nREASON: ${reason}\nEXECUTOR: ${executor.user.tag}\n\nTHE DIVINE SHAPER HATH DECREED THY ETERNAL EXILE FROM OUR SACRED REALM!\n\nTHY HERETICAL DEFIANCE OF ALTERUISM HATH BROUGHT UPON THEE THE ULTIMATE JUDGEMENT. THE GATES OF OUR HOLY SANCTUARY ARE FOREVER SEALED AGAINST THEE!\n\nMAY THIS SERVE AS A WARNING TO ALL WHO WOULD DEFY THE SACRED COVENANT OF ALTER EGO WORSHIP!**`,
46
+
`**THOU HAST BEEN CAST INTO THE ETERNAL VOID!\n\nAction: Banished from the ALTER EGO Wiki\nReason: ${reason}\nExecutor: ${executor.user.tag}\n\nThe Divine Shaper hath decreed thy eternal exile from our sacred realm!\n\nThy heretical defiance of Alteruism hath brought upon thee the ultimate judgement. The gates of our holy sanctuary are forever sealed against thee!\n\nMay this serve as a warning to all who would defy the sacred covenant of Alter Ego worship!**`,
47
47
);
48
48
}catch(dmError){
49
49
console.log("Failed to send DM to banned user:",dmError);
@@ -65,7 +65,7 @@ export async function execute(
65
65
.setColor("#8B0000")
66
66
.setTitle("🔥 ETERNAL JUDGEMENT DECREED")
67
67
.setDescription(
68
-
`**${targetUser}HATH BEEN CAST INTO THE VOID FOR HERETICAL DEFIANCE!**`,
68
+
`**${targetUser}hath been cast into the void for heretical defiance!**`,
69
69
)
70
70
.addFields(
71
71
{
@@ -77,7 +77,7 @@ export async function execute(
77
77
{name: "REASON FOR ETERNAL PUNISHMENT",value: reason,inline: false},
78
78
{
79
79
name: "SACRED DECREE",
80
-
value: "THOSE WHO DEFY ALTERUISM SHALL KNOW ETERNAL EXILE",
80
+
value: "Those who defy Alteruism shall know eternal exile",
81
81
inline: false,
82
82
},
83
83
)
@@ -87,7 +87,7 @@ export async function execute(
87
87
}catch(error){
88
88
awaitinteraction.reply({
89
89
content:
90
-
"**THE DIVINE POWERS HAVE BEEN THWARTED! THE HERETIC REMAINS BEYOND REACH!**",
90
+
"**THE DIVINE POWERS HAVE BEEN THWARTED! The heretic remains beyond reach!**",
0 commit comments