Skip to content

Commit 51bf7ed

Browse files
committed
Fixed minor issue... Whoops
1 parent cc2f84c commit 51bf7ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/mangorage/mangobotgithub/core/integration/MangoBotSiteIntegration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
import java.util.concurrent.ExecutionException;
1212

1313
public final class MangoBotSiteIntegration {
14-
private static final String ID = MangoBotGithub.GITHUB_TOKEN.get();
14+
private static final String ID = MangoBotGithub.MANGOBOT_UPLOAD_TOKEN.get();
1515

1616
public static String handleUpload(List<Message.Attachment> attachments) throws IOException {
1717
return PluginManager.getInstance().getPlugin("mangobotsite")

0 commit comments

Comments
 (0)