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