Skip to content

Commit

Permalink
readme.md and remove discord
Browse files Browse the repository at this point in the history
  • Loading branch information
grandmotivator committed May 6, 2024
1 parent 40d9c2a commit 612624d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ nbproject
# windows thumbnail cache
Thumbs.db

# Mac DS_Store Files
.DS_Store

# composer vendor dir
/vendor

# composer itself is not needed
composer.phar

# Mac DS_Store Files
.DS_Store

# phpunit itself is not needed
phpunit.phar
# local phpunit config
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![Website](https://img.shields.io/badge/Website-opensourcewebsite.org-blue.svg?style=flat-square])](https://opensourcewebsite.org)
[![Telegram Bot](https://img.shields.io/badge/Telegram_bot-opensourcewebsite__bot-blue.svg?style=flat-square&logo=telegram)](https://t.me/opensourcewebsite_bot)
[![Discord](https://img.shields.io/badge/Discord-opensourcewebsite-blue.svg?style=flat-square&logo=discord)](https://discord.gg/wRehagFg2j)
[![Telegram](https://img.shields.io/badge/Telegram_group-opensourcewebsite-blue.svg?style=flat-square&logo=telegram)](https://t.me/+2ZrW2NKBBKU2YmY9)
[![Telegram](https://img.shields.io/badge/Telegram_channel-opensourcewebsite-blue.svg?style=flat-square&logo=telegram)](https://t.me/opensourcewebsite)
[![CodeTriage Helpers](https://www.codetriage.com/opensourcewebsite-org/opensourcewebsite-org/badges/users.svg)](https://www.codetriage.com/opensourcewebsite-org/opensourcewebsite-org)
Expand Down Expand Up @@ -55,7 +54,7 @@ Please read through our [API Documentation](https://github.com/opensourcewebsite

## Feedback

Join our [Discord](https://discord.gg/wRehagFg2j), [Telegram group](https://t.me/+2ZrW2NKBBKU2YmY9), [Telegram channel](https://t.me/opensourcewebsite).
Join our [Telegram group](https://t.me/+2ZrW2NKBBKU2YmY9), [Telegram channel](https://t.me/opensourcewebsite).

To request a new feature, submit a bug report, give us feedback, start a design discussion or have an idea to make this code better feel free to [open an issue](https://github.com/opensourcewebsite-org/opensourcewebsite-org/issues), or [create a pull request](https://github.com/opensourcewebsite-org/opensourcewebsite-org/pulls).

Expand Down
8 changes: 0 additions & 8 deletions components/helpers/ExternalLink.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,6 @@ public static function getGithubDevopsLink()
return 'https://github.com/opensourcewebsite-org/osw-devops';
}

/**
* {@inheritdoc}
*/
public static function getDiscordLink()
{
return 'https://discord.gg/wRehagFg2j';
}

/**
* {@inheritdoc}
*/
Expand Down
1 change: 0 additions & 1 deletion modules/bot/views/groups/hello/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
<?= Yii::t('bot', 'Website') ?>: <a href="<?= ExternalLink::getWebsiteLink(); ?>">opensourcewebsite.org</a><br/>
<?= Yii::t('bot', 'Telegram Bot'); ?>: <a href="<?= ExternalLink::getBotLink(); ?>">@opensourcewebsite_bot</a><br/>
<?= Yii::t('bot', 'Source Code') ?>: <a href="<?= ExternalLink::getGithubLink(); ?>">GitHub</a><br/>
<?= Yii::t('bot', 'Discord') ?>: <a href="<?= ExternalLink::getDiscordLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>
<?= Yii::t('bot', 'Telegram group') ?>: <a href="<?= ExternalLink::getTelegramGroupLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>
<?= Yii::t('bot', 'Telegram channel') ?>: <a href="<?= ExternalLink::getTelegramChannelLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>
1 change: 0 additions & 1 deletion modules/bot/views/privates/start/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@
<?= Yii::t('bot', 'Website') ?>: <a href="<?= ExternalLink::getWebsiteLink(); ?>">opensourcewebsite.org</a><br/>
<?= Yii::t('bot', 'Telegram Bot'); ?>: <a href="<?= ExternalLink::getBotLink(); ?>">@opensourcewebsite_bot</a><br/>
<?= Yii::t('bot', 'Source Code') ?>: <a href="<?= ExternalLink::getGithubLink(); ?>">GitHub</a><br/>
<?= Yii::t('bot', 'Discord') ?>: <a href="<?= ExternalLink::getDiscordLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>
<?= Yii::t('bot', 'Telegram group') ?>: <a href="<?= ExternalLink::getTelegramGroupLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>
<?= Yii::t('bot', 'Telegram channel') ?>: <a href="<?= ExternalLink::getTelegramChannelLink(); ?>"><?= Yii::t('bot', 'link') ?></a><br/>

0 comments on commit 612624d

Please sign in to comment.