Skip to content

Commit

Permalink
Fix: Mentions United Provider Sample
Browse files Browse the repository at this point in the history
  • Loading branch information
kristofzerbe committed Oct 30, 2024
1 parent 39c1f20 commit 45471a4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* - the fields 'key', 'options' and the async method 'retrieve' are mandatory
* - 'options' should be defined as used afterwards during initialisation of the calling code
*/
class MentionsUnited_NAME extends MentionsUnited.Provider {
class MentionsUnitedProvider_NAME extends MentionsUnited.Provider {
key = "__PROVIDER__"; // must be unique across all provider plugins for registration

options = {
Expand Down Expand Up @@ -86,7 +86,6 @@ class MentionsUnited_NAME extends MentionsUnited.Provider {
r.source.sender = this.key;
// r.source.url = entry...;
// r.source.id = entry...;
// r.source.title = entry...

// r.author.name = entry...;
// r.author.avatar = entry...;
Expand Down

0 comments on commit 45471a4

Please sign in to comment.