UNPKG
bot_genshin
Version:
latest (1.0.0)
1.0.0
Bot para Genshim Impact
github.com/KiritoKirigaara/BotGenshin
KiritoKirigaara/BotGenshin
bot_genshin
/
src
/
structures
/
PrivateChat.js
13 lines
(9 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
'use strict'
;
const
Chat
=
require
(
'./Chat'
);
/** * Represents a Private Chat on WhatsApp *
@extends
{
Chat
} */
class
PrivateChat
extends
Chat
{ }
module
.
exports
=
PrivateChat
;