Skip to content
Snippets Groups Projects
Verified Commit e3cc9645 authored by Alexander Olofsson's avatar Alexander Olofsson
Browse files

bot: Add notice on non-final state of abstraction

parent 3aec499c
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,8 @@ module MatrixSdk::Bot
logger.info "Received invite to #{ev[:room_id]}, joining."
client.join_room(ev[:room_id])
end
logger.warn 'The bot abstraction is not fully finalized and can be expected to change.'
end
def logger
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment