Skip to content

[ARC] - Improve Message.author reference when running apps in dev mode #60

@dotchetter

Description

@dotchetter

When running apps in dev mode using pyttman dev app, the Message.author property is a string: "anonymous".

This makes it tedious since apps rely on the Message.author being an object with the id property.

A solution would be, when the Message.author is obviously the dev interacting with the dev shell, to have a mock Author object with the id property as expected with the content "anonymous" or alike.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions