mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
8 lines
97 B
JavaScript
8 lines
97 B
JavaScript
const api = {};
|
|
|
|
api.sendMessage = function sendMessage () {
|
|
return;
|
|
};
|
|
|
|
module.exports = api;
|