我的会员计数不和谐机器人时遇到问题

时间:2020-11-03 21:21:45

标签: javascript node.js discord.js

因此,我已使用此代码对不和谐服务器上的成员进行计数,但随后突然停止。我使用相同的代码一个月或更长时间,但现在我不明白问题所在。我没有任何错误或任何错误,只是加入或离开成员时不再计数。

internal static class DependencyObjectExtension
{
    internal static IEnumerable<DependencyObject> GetParents(this DependencyObject child)
    {
        var parent = VisualTreeHelper.GetParent(child);
        while (parent != null)
        {
            yield return parent;
            child = parent;
            parent = VisualTreeHelper.GetParent(child);
        }
    }
}

1 个答案:

答案 0 :(得分:0)

您是否尝试过使用属性public function handle() { MailMessage::query()->whereNotNull('deleted_at')->delete(); MailTask::query()->whereNotNull('deleted_at')->delete(); Meo::query()->whereNotNull('deleted_at')->delete(); $this->info('Display this on the screen'); } ?应该返回您公会中的成员数量,所以应该满足您的需求。