andersfylling / andersfylling/stack-guru
remove const channel id in services/greetnewuser
Open
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.