Skip to content

Commit

Permalink
change agreement id to user id (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
SirTimme authored Jun 30, 2024
1 parent 14bb29b commit d8109aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/sirtimme/scriletio/utils/Formatter.java
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static String format(String content, ParsingException exception) {
public static String format() {
return """
**Disclaimer:**
In order for Scriletio to work, your `discord agreement id` gets saved. [What's this?](<https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID>)
In order for Scriletio to work, your `discord user id` gets saved. [What's this?](<https://support.discord.com/hc/en-us/articles/206346498-Where-can-I-find-my-User-Server-Message-ID>)
This is public available information and you can delete all of your stored data at any time using the `/delete` command.
**Continue?**
Expand Down

0 comments on commit d8109aa

Please sign in to comment.