andersfylling / andersfylling/stack-guru

remove const channel id in services/greetnewuser

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
bug
Dominant language
PHP
Stars
5
Forks
0
PR merge metrics
No merged PRs in 30d

Description

this gotta go:
/src/Services/GreetNewMembers.php#48

```php
if (null === $chan) {
if (isset($member->guild->channels["239926482674253825"])) {
$chan = $member->guild->channels["239926482674253825"];
}
else {
return;
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.