Skip to content

Commit

Permalink
Update Configuration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
transgirllucy authored Mar 31, 2022
1 parent 499f990 commit 9544d60
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/main/java/configurations/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
package configurations;

public class Configuration {
private String token = "OTU3MDM4NzMzOTM1Mzc4NTAz.Yj49xw.4HYoYz0HcA_RqWAe1JMQW25Vlgk" ; //token
private String token = "" ; //token
private String prefix = ">" ; // Prefix for commands
private String guild = "947468849505263616"; // Guild ID
private String welcomeChannel = "947468849505263619"; // Welcome channel ID
private String guild = ""; // Guild ID
private String welcomeChannel = ""; // Welcome channel ID
private String youtube_api_key = ""; // YouTube API key
private String footerText = "VictoriaState"; // Footer text
private String footerIcon = "https://cdn.discordapp.com/attachments/956593618221695028/957042576035311736/VictoriaState.png"; // Footer icon
private String footerText = ""; // Footer text
private String footerIcon = ""; // Footer icon
private String EmbedColor = "3c0fdb"; // Embed color
private String avatarUrl = "https://cdn.discordapp.com/attachments/956593618221695028/957042576035311736/VictoriaState.png"; // Avatar URL
private String botName = "VictoriaState"; // Bot name
private String GuildName = "VictoriaState"; // Guild name
private String avatarUrl = ""; // Avatar URL
private String botName = ""; // Bot name
private String GuildName = ""; // Guild name
private String activityName = ">help to getting started"; // Activity name
private String activityUrl = "https://www.youtube.com/watch?v=Z_JU4NE90gI"; // Activity URL
public Configuration() {
Expand Down

0 comments on commit 9544d60

Please sign in to comment.