We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc2f84c commit 51bf7edCopy full SHA for 51bf7ed
1 file changed
src/main/java/org/mangorage/mangobotgithub/core/integration/MangoBotSiteIntegration.java
@@ -11,7 +11,7 @@
11
import java.util.concurrent.ExecutionException;
12
13
public final class MangoBotSiteIntegration {
14
- private static final String ID = MangoBotGithub.GITHUB_TOKEN.get();
+ private static final String ID = MangoBotGithub.MANGOBOT_UPLOAD_TOKEN.get();
15
16
public static String handleUpload(List<Message.Attachment> attachments) throws IOException {
17
return PluginManager.getInstance().getPlugin("mangobotsite")
0 commit comments