|
@@ -116,7 +116,7 @@ class GroupMeBot(rollbot.Rollbot[GroupMeMessage]):
|
|
|
|
|
|
async def upload_image_imgur(self, data: bytes) -> str:
|
|
|
async with self.context.request.post(
|
|
|
- "https://api.imgur.com/3/image",
|
|
|
+ "https://api.imgur.com/3/upload",
|
|
|
headers={
|
|
|
"Authorization": f"Client-ID {imgur_token}",
|
|
|
},
|