|
@@ -81,7 +81,7 @@ class GroupMeBot(rollbot.Rollbot[GroupMeMessage]):
|
|
|
"text": text,
|
|
|
"attachments": attachments,
|
|
|
}
|
|
|
- self.context.logginer.info(f"Sending: {body}")
|
|
|
+ self.context.logger.info(f"Sending: {body}")
|
|
|
result = await self.context.request.post(
|
|
|
"https://api.groupme.com/v3/bots/post",
|
|
|
json=body,
|