Skip to content

Commit

Permalink
gramjs > GramJS
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Jun 14, 2021
1 parent 7fd398a commit fff9ffc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Calls Music 2 - A Telegram bot to stream audio in calls using gramjs and tgcallsjs
Calls Music 2 - A Telegram bot to stream audio in calls using GramJS and tgcallsjs
Copyright (C) 2021 Roj Serbest

Calls Music 2 is free software: you can redistribute it and/or modify
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Calls Music 2 — Stream audio in Telegram calls using gramjs and tgcallsjs
# Calls Music 2 — Stream audio in Telegram calls using GramJS and tgcallsjs

## Requirements

Expand Down
2 changes: 1 addition & 1 deletion app.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Calls Music 2",
"description": "Stream audio in Telegram group calls using gramjs and tgcallsjs",
"description": "Stream audio in Telegram group calls using GramJS and tgcallsjs",
"keywords": ["telegram", "music"],
"repository": "https://github.com/callsmusic/callsmusic2",
"env": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "callsmusic",
"version": "1.1.2",
"description": "A Telegram bot to stream audio in calls using gramjs and tgcallsjs",
"description": "A Telegram bot to stream audio in calls using GramJS and tgcallsjs",
"main": "index.js",
"scripts": {
"start": "node index.js"
Expand Down

0 comments on commit fff9ffc

Please sign in to comment.