//META{"name":"FriendNotifications","website":"https://github.com/mwittrien/BetterDiscordAddons/tree/master/Plugins/FriendNotifications","source":"https://raw.githubusercontent.com/mwittrien/BetterDiscordAddons/master/Plugins/FriendNotifications/FriendNotifications.plugin.js"}*//
class FriendNotifications {
getName () {return "FriendNotifications";}
getVersion () {return "1.1.8";}
getAuthor () {return "DevilBro";}
getDescription () {return "Notifies you when a friend either logs in or out. Click the Online Friend-Counter to display a timelog of the current session.";}
initConstructor () {
this.patchModules = {
"FriendsOnline":["componentDidMount","componentDidUpdate"]
};
this.friendsOnlineList = {};
this.timeLog = [];
this.timeLogModalMarkup =
`
Friends LogIn/-Out Timelog